Home
last modified time | relevance | path

Searched refs:Sentinel (Results 1 – 25 of 2880) sorted by relevance

12345678910>>...116

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/algorithm/
H A Dequal.cpp36 Sentinel<const int*>(ia+s), in test()
39 Sentinel<const int*>(ia+s), in test()
41 Sentinel<const int*>(ia+s))); in test()
47 Sentinel<const int*>(ia+s), in test()
51 Sentinel<const int*>(ia+s), in test()
54 Sentinel<const int*>(ia+s), in test()
62 Sentinel<const int*>(ia+s), in test()
66 Sentinel<const int*>(ia+s), in test()
74 Sentinel<const int*>(ia+s), in test()
86 Sentinel<const int*>(ia+s)), in test_rng()
[all …]
H A Dmove.cpp154 test<InputIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
155 test<InputIterator<const int*>, InputIterator<int*>, Sentinel<const int*> >(); in main()
156 test<InputIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*> >(); in main()
157 test<InputIterator<const int*>, BidirectionalIterator<int*>, Sentinel<const int*> >(); in main()
158 test<InputIterator<const int*>, RandomAccessIterator<int*>, Sentinel<const int*> >(); in main()
160 test<ForwardIterator<const int*>, OutputIterator<int*>, Sentinel<const int*> >(); in main()
161 test<ForwardIterator<const int*>, InputIterator<int*>, Sentinel<const int*> >(); in main()
162 test<ForwardIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*> >(); in main()
167 test<BidirectionalIterator<const int*>, InputIterator<int*>, Sentinel<const int*> >(); in main()
172 test<RandomAccessIterator<const int*>, OutputIterator<int*>, Sentinel<const int*> >(); in main()
[all …]
H A Dcount_if.cpp37 Sentinel<const int*>(ia + cia), equals(2)) == 3); in main()
39 Sentinel<const int*>(ia + cia), equals(7)) == 0); in main()
41 Sentinel<const int*>(ia), equals(2)) == 0); in main()
48 Sentinel<const int*>(ia)), equals(2)) == 0); in main()
54 Sentinel<const S*>(sa + csa), equals(2), &S::i) == 3); in main()
56 Sentinel<const S*>(sa + csa), equals(7), &S::i) == 0); in main()
58 Sentinel<const S*>(sa), equals(2), &S::i) == 0); in main()
69 Sentinel<T*>(ta + size(ta)), &T::m) == 4); in main()
71 Sentinel<T*>(ta + size(ta)), &T::b) == 4); in main()
73 Sentinel<T*>(ta + size(ta))), &T::m) == 4); in main()
[all …]
H A Dcount.cpp30 Sentinel<const int*>(ia + cia), 2) == 3); in main()
32 Sentinel<const int*>(ia + cia), 7) == 0); in main()
34 Sentinel<const int*>(ia), 2) == 0); in main()
37 Sentinel<const int*>(ia + cia)), 2) == 3); in main()
39 Sentinel<const int*>(ia + cia)), 7) == 0); in main()
41 Sentinel<const int*>(ia)), 2) == 0); in main()
47 Sentinel<const S*>(sa + csa), 2, &S::i) == 3); in main()
49 Sentinel<const S*>(sa + csa), 7, &S::i) == 0); in main()
51 Sentinel<const S*>(sa), 2, &S::i) == 0); in main()
54 Sentinel<const S*>(sa + csa)), 2, &S::i) == 3); in main()
[all …]
H A Dremove_copy.cpp115 test<InputIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
116 test<InputIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
117 test<InputIterator<const int*>, BidirectionalIterator<int*>, Sentinel<const int*>>(); in main()
118 test<InputIterator<const int*>, RandomAccessIterator<int*>, Sentinel<const int*>>(); in main()
119 test<InputIterator<const int*>, int*, Sentinel<const int*>>(); in main()
121 test<ForwardIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
122 test<ForwardIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
125 test<ForwardIterator<const int*>, int*, Sentinel<const int*>>(); in main()
131 test<BidirectionalIterator<const int*>, int*, Sentinel<const int*>>(); in main()
133 test<RandomAccessIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
[all …]
H A Dremove_copy_if.cpp116 test<InputIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
117 test<InputIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
118 test<InputIterator<const int*>, BidirectionalIterator<int*>, Sentinel<const int*>>(); in main()
119 test<InputIterator<const int*>, RandomAccessIterator<int*>, Sentinel<const int*>>(); in main()
120 test<InputIterator<const int*>, int*, Sentinel<const int*>>(); in main()
122 test<ForwardIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
123 test<ForwardIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
126 test<ForwardIterator<const int*>, int*, Sentinel<const int*>>(); in main()
132 test<BidirectionalIterator<const int*>, int*, Sentinel<const int*>>(); in main()
134 test<RandomAccessIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
[all …]
H A Dminmax.cpp124 test_iter<InputIterator<const int*>, Sentinel<const int*>>(); in main()
125 test_iter<ForwardIterator<const int*>, Sentinel<const int*>>(); in main()
126 test_iter<BidirectionalIterator<const int*>, Sentinel<const int*>>(); in main()
127 test_iter<RandomAccessIterator<const int*>, Sentinel<const int*>>(); in main()
134 test_iter<InputIterator<const int*>, Sentinel<const int*>>(); in main()
135 test_iter<ForwardIterator<const int*>, Sentinel<const int*>>(); in main()
137 test_iter<RandomAccessIterator<const int*>, Sentinel<const int*>>(); in main()
144 test_iter_comp<InputIterator<const int*>, Sentinel<const int*>>(); in main()
145 test_iter_comp<ForwardIterator<const int*>, Sentinel<const int*>>(); in main()
154 test_iter_comp<InputIterator<const int*>, Sentinel<const int*>>(); in main()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/algorithm/
H A Dequal.cpp36 Sentinel<const int*>(ia+s), in test()
39 Sentinel<const int*>(ia+s), in test()
41 Sentinel<const int*>(ia+s))); in test()
47 Sentinel<const int*>(ia+s), in test()
51 Sentinel<const int*>(ia+s), in test()
54 Sentinel<const int*>(ia+s), in test()
62 Sentinel<const int*>(ia+s), in test()
66 Sentinel<const int*>(ia+s), in test()
74 Sentinel<const int*>(ia+s), in test()
86 Sentinel<const int*>(ia+s)), in test_rng()
[all …]
H A Dmove.cpp154 test<InputIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
155 test<InputIterator<const int*>, InputIterator<int*>, Sentinel<const int*> >(); in main()
156 test<InputIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*> >(); in main()
157 test<InputIterator<const int*>, BidirectionalIterator<int*>, Sentinel<const int*> >(); in main()
158 test<InputIterator<const int*>, RandomAccessIterator<int*>, Sentinel<const int*> >(); in main()
160 test<ForwardIterator<const int*>, OutputIterator<int*>, Sentinel<const int*> >(); in main()
161 test<ForwardIterator<const int*>, InputIterator<int*>, Sentinel<const int*> >(); in main()
162 test<ForwardIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*> >(); in main()
167 test<BidirectionalIterator<const int*>, InputIterator<int*>, Sentinel<const int*> >(); in main()
172 test<RandomAccessIterator<const int*>, OutputIterator<int*>, Sentinel<const int*> >(); in main()
[all …]
H A Dcount_if.cpp37 Sentinel<const int*>(ia + cia), equals(2)) == 3); in main()
39 Sentinel<const int*>(ia + cia), equals(7)) == 0); in main()
41 Sentinel<const int*>(ia), equals(2)) == 0); in main()
48 Sentinel<const int*>(ia)), equals(2)) == 0); in main()
54 Sentinel<const S*>(sa + csa), equals(2), &S::i) == 3); in main()
56 Sentinel<const S*>(sa + csa), equals(7), &S::i) == 0); in main()
58 Sentinel<const S*>(sa), equals(2), &S::i) == 0); in main()
69 Sentinel<T*>(ta + size(ta)), &T::m) == 4); in main()
71 Sentinel<T*>(ta + size(ta)), &T::b) == 4); in main()
73 Sentinel<T*>(ta + size(ta))), &T::m) == 4); in main()
[all …]
H A Dcount.cpp30 Sentinel<const int*>(ia + cia), 2) == 3); in main()
32 Sentinel<const int*>(ia + cia), 7) == 0); in main()
34 Sentinel<const int*>(ia), 2) == 0); in main()
37 Sentinel<const int*>(ia + cia)), 2) == 3); in main()
39 Sentinel<const int*>(ia + cia)), 7) == 0); in main()
41 Sentinel<const int*>(ia)), 2) == 0); in main()
47 Sentinel<const S*>(sa + csa), 2, &S::i) == 3); in main()
49 Sentinel<const S*>(sa + csa), 7, &S::i) == 0); in main()
51 Sentinel<const S*>(sa), 2, &S::i) == 0); in main()
54 Sentinel<const S*>(sa + csa)), 2, &S::i) == 3); in main()
[all …]
H A Dremove_copy.cpp115 test<InputIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
116 test<InputIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
117 test<InputIterator<const int*>, BidirectionalIterator<int*>, Sentinel<const int*>>(); in main()
118 test<InputIterator<const int*>, RandomAccessIterator<int*>, Sentinel<const int*>>(); in main()
119 test<InputIterator<const int*>, int*, Sentinel<const int*>>(); in main()
121 test<ForwardIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
122 test<ForwardIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
125 test<ForwardIterator<const int*>, int*, Sentinel<const int*>>(); in main()
131 test<BidirectionalIterator<const int*>, int*, Sentinel<const int*>>(); in main()
133 test<RandomAccessIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
[all …]
H A Dremove_copy_if.cpp116 test<InputIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
117 test<InputIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
118 test<InputIterator<const int*>, BidirectionalIterator<int*>, Sentinel<const int*>>(); in main()
119 test<InputIterator<const int*>, RandomAccessIterator<int*>, Sentinel<const int*>>(); in main()
120 test<InputIterator<const int*>, int*, Sentinel<const int*>>(); in main()
122 test<ForwardIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
123 test<ForwardIterator<const int*>, ForwardIterator<int*>, Sentinel<const int*>>(); in main()
126 test<ForwardIterator<const int*>, int*, Sentinel<const int*>>(); in main()
132 test<BidirectionalIterator<const int*>, int*, Sentinel<const int*>>(); in main()
134 test<RandomAccessIterator<const int*>, OutputIterator<int*>, Sentinel<const int*>>(); in main()
[all …]
/dports/games/pcgen/pcgen/data/35e/paradigm_concepts/arcanis/players_guide_to_arcanis/
H A Dplayersguidetoarcanis_mod_abilities_class.lst13 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
14 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
15 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
16 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
17 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
24 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
26 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
28 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
38 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
39 …T:1,[!PRECLASS:1,Urban Sentinel=1],[PREMULT:2,[PREABILITY:1,CATEGORY=Special Ability,TYPE.FavoredE…
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddthinker.cpp60 if (Sentinel == NULL) in AddTail()
64 Sentinel->NextThinker = Sentinel; in AddTail()
65 Sentinel->PrevThinker = Sentinel; in AddTail()
66 GC::WriteBarrier(Sentinel); in AddTail()
82 if (Sentinel == NULL || Sentinel->NextThinker == Sentinel) in GetHead()
86 assert(Sentinel->NextThinker->PrevThinker == Sentinel); in GetHead()
92 if (Sentinel == NULL || Sentinel->PrevThinker == Sentinel) in GetTail()
101 return Sentinel == NULL || Sentinel->NextThinker == NULL; in IsEmpty()
360 …for (DThinker *node = list.Sentinel->NextThinker; node != list.Sentinel; node = list.Sentinel->Nex… in DestroyThinkersInList()
366 list.Sentinel = NULL; in DestroyThinkersInList()
[all …]
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dutf8.hh47 typename Iterator, typename Sentinel>
87 typename Iterator, typename Sentinel>
132 template<typename Iterator, typename Sentinel>
142 template<typename Iterator, typename Sentinel>
151 template<typename Iterator, typename Sentinel>
159 template<typename Iterator, typename Sentinel>
168 template<typename Iterator, typename Sentinel>
178 template<typename Iterator, typename Sentinel>
200 template<typename Iterator, typename Sentinel>
229 template<typename Iterator, typename Sentinel>
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/Bose/minisentinel/
H A Dsentinel.go18 type Sentinel struct { struct
37 s := Sentinel{}
57 func (s *Sentinel) Master() *miniredis.Miniredis { argument
79 func (s *Sentinel) Start() error { argument
110 func (s *Sentinel) Restart() error { argument
115 func (s *Sentinel) Close() { argument
133 func (s *Sentinel) RequireAuth(pw string) { argument
141 func (s *Sentinel) Addr() string { argument
148 func (s *Sentinel) Host() string { argument
155 func (s *Sentinel) Port() string { argument
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Diterator_range.hpp21 template <typename Iterator, typename Sentinel = Iterator>
30 iterator_range(Iterator iterator, Sentinel sentinel) in iterator_range()
57 Sentinel _sentinel;
63 typename Sentinel = typename traits::range_iterator<Range>::type>
66 iterator_range<Iterator, Sentinel>
75 typename Sentinel = typename traits::range_iterator<Range const>::type>
78 iterator_range<Iterator, Sentinel>
84 template <typename Iterator, typename Sentinel = Iterator>
87 iterator_range<Iterator, Sentinel>
88 >::type make_iterator_range(Iterator iterator, Sentinel sentinel) in make_iterator_range()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/async/
H A Dsort.h54 , ForwardIt, Sentinel, StrictWeakOrdering in async_stable_sort() argument
80 , ForwardIt&& first, Sentinel&& last
94 , typename ForwardIt, typename Sentinel
99 , ForwardIt&& first, Sentinel&& last
125 template <typename ForwardIt, typename Sentinel>
127 static auto call(ForwardIt&& first, Sentinel&& last)
185 , ForwardIt&& first, Sentinel&& last
199 , typename ForwardIt, typename Sentinel
204 , ForwardIt&& first, Sentinel&& last
230 template <typename ForwardIt, typename Sentinel>
[all …]
H A Dreduce.h79 , ForwardIt&& first, Sentinel&& last
100 , ForwardIt&& first, Sentinel&& last
115 , typename ForwardIt, typename Sentinel
121 , ForwardIt&& first, Sentinel&& last
211 , ForwardIt, Sentinel, OutputIt, T, BinaryOp in async_reduce_into() argument
238 , ForwardIt&& first, Sentinel&& last
262 , ForwardIt&& first, Sentinel&& last
285 , ForwardIt&& first, Sentinel&& last
309 ForwardIt&& first, Sentinel&& last
334 ForwardIt&& first, Sentinel&& last
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dsentinel.h49 class Sentinel {
51 explicit Sentinel(const SentinelOptions &sentinel_opts);
53 Sentinel(const Sentinel &) = delete;
54 Sentinel& operator=(const Sentinel &) = delete;
56 Sentinel(Sentinel &&) = delete;
57 Sentinel& operator=(Sentinel &&) = delete;
59 ~Sentinel() = default;
93 SimpleSentinel(const std::shared_ptr<Sentinel> &sentinel,
114 std::shared_ptr<Sentinel> _sentinel;
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dsentinel.h49 class Sentinel {
51 explicit Sentinel(const SentinelOptions &sentinel_opts);
53 Sentinel(const Sentinel &) = delete;
54 Sentinel& operator=(const Sentinel &) = delete;
56 Sentinel(Sentinel &&) = delete;
57 Sentinel& operator=(Sentinel &&) = delete;
59 ~Sentinel() = default;
93 SimpleSentinel(const std::shared_ptr<Sentinel> &sentinel,
114 std::shared_ptr<Sentinel> _sentinel;
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dsentinel.h49 class Sentinel {
51 explicit Sentinel(const SentinelOptions &sentinel_opts);
53 Sentinel(const Sentinel &) = delete;
54 Sentinel& operator=(const Sentinel &) = delete;
56 Sentinel(Sentinel &&) = delete;
57 Sentinel& operator=(Sentinel &&) = delete;
59 ~Sentinel() = default;
93 SimpleSentinel(const std::shared_ptr<Sentinel> &sentinel,
114 std::shared_ptr<Sentinel> _sentinel;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/iterator/
H A Dcommon_iterator.cpp93 Sentinel<const char *>>>); in main()
98 Sentinel<const char *>>>); in main()
104 Sentinel<const char *> in main()
108 Sentinel<const char *> in main()
113 Sentinel<const char *> in main()
121 Sentinel<int*, true> >, in main()
124 Sentinel<int*, true> > >); in main()
129 Sentinel<int*, true> >, in main()
137 Sentinel<int*, false> >, in main()
146 Sentinel<int*>>; in main()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/iterator/
H A Dcommon_iterator.cpp93 Sentinel<const char *>>>); in main()
98 Sentinel<const char *>>>); in main()
104 Sentinel<const char *> in main()
108 Sentinel<const char *> in main()
113 Sentinel<const char *> in main()
121 Sentinel<int*, true> >, in main()
124 Sentinel<int*, true> > >); in main()
129 Sentinel<int*, true> >, in main()
137 Sentinel<int*, false> >, in main()
146 Sentinel<int*>>; in main()
[all …]

12345678910>>...116