Home
last modified time | relevance | path

Searched defs:Iter (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/external/sdv/vsomeip/third_party/boost/iterator/test/
Dfilter_iterator_test.cpp40 typedef boost::filter_iterator<one_or_four, boost::input_iterator_archetype<dummyT> > Iter; in main() typedef
46 … typedef boost::filter_iterator<one_or_four, boost::input_output_iterator_archetype<dummyT> > Iter; in main() typedef
54 typedef boost::filter_iterator<one_or_four, boost::forward_iterator_archetype<dummyT> > Iter; in main() typedef
60 …pedef boost::filter_iterator<one_or_four, boost::mutable_forward_iterator_archetype<dummyT> > Iter; in main() typedef
67 …typedef boost::filter_iterator<one_or_four, boost::bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef
73 …boost::filter_iterator<one_or_four, boost::mutable_bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef
80 …typedef boost::filter_iterator<one_or_four, boost::random_access_iterator_archetype<dummyT> > Iter; in main() typedef
86 …boost::filter_iterator<one_or_four, boost::mutable_random_access_iterator_archetype<dummyT> > Iter; in main() typedef
99 typedef boost::filter_iterator<one_or_four, BaseIter> Iter; in main() typedef
111 typedef boost::filter_iterator<one_or_four, BaseIter> Iter; in main() typedef
[all …]
Dindirect_iter_member_types.cpp37 typedef boost::indirect_iterator<int**> Iter; in main() typedef
49 typedef boost::indirect_iterator<int const**> Iter; in main() typedef
55 typedef boost::indirect_iterator<int**, int> Iter; in main() typedef
61 typedef boost::indirect_iterator<int**, const int> Iter; in main() typedef
67 typedef boost::indirect_iterator<my_ptr*> Iter; in main() typedef
80 … typedef boost::indirect_iterator<char**, int, std::random_access_iterator_tag, long&, short> Iter; in main() typedef
Dreverse_iterator_test.cpp30 typedef boost::reverse_iterator<boost::bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef
37 typedef boost::reverse_iterator<boost::mutable_bidirectional_iterator_archetype<dummyT> > Iter; in main() typedef
50 typedef boost::reverse_iterator<iter> Iter; in main() typedef
76 typedef boost::reverse_iterator<iter> Iter; in main() typedef
88 typedef boost::reverse_iterator<iter> Iter; in main() typedef
100 typedef boost::reverse_iterator<iter> Iter; in main() typedef
/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.repeat.view/iterator/
Dmember_typedefs.compile.pass.cpp30 using Iter = std::ranges::iterator_t<std::ranges::repeat_view<int>>; in test() typedef
41 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int8_t>>; in test() typedef
50 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint8_t>>; in test() typedef
59 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int16_t>>; in test() typedef
68 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint16_t>>; in test() typedef
77 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int32_t>>; in test() typedef
86 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint32_t>>; in test() typedef
95 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int64_t>>; in test() typedef
/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/iterator/
Dmember_typedefs.compile.pass.cpp67 using Iter = decltype(io.begin()); in test() typedef
77 using Iter = decltype(io.begin()); in test() typedef
87 using Iter = decltype(io.begin()); in test() typedef
102 using Iter = decltype(io.begin()); in test() typedef
113 using Iter = decltype(io.begin()); in test() typedef
125 using Iter = decltype(io.begin()); in test() typedef
133 using Iter = decltype(io.begin()); in test() typedef
141 using Iter = decltype(io.begin()); in test() typedef
149 using Iter = decltype(io.begin()); in test() typedef
157 using Iter = decltype(io.begin()); in test() typedef
/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dconcept_check_test.cpp132 typedef input_iterator_archetype<null_archetype<> > Iter; in main() typedef
136 typedef output_iterator_archetype<int> Iter; in main() typedef
140 typedef input_output_iterator_archetype<int> Iter; in main() typedef
145 typedef forward_iterator_archetype<null_archetype<> > Iter; in main() typedef
149 typedef mutable_forward_iterator_archetype<assignable_archetype<> > Iter; in main() typedef
153 typedef bidirectional_iterator_archetype<null_archetype<> > Iter; in main() typedef
158 Iter; in main() typedef
162 typedef random_access_iterator_archetype<null_archetype<> > Iter; in main() typedef
167 Iter; in main() typedef
/external/rust/crates/rayon/src/
Dresult.rs22 type Iter = IntoIter<T>; typedef
24 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
38 pub struct Iter<'a, T: Sync> { struct
39 inner: option::IntoIter<&'a T>, argument
42 impl<'a, T: Sync> Clone for Iter<'a, T> { implementation
52 type Iter = Iter<'a, T>; typedef
54 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
74 type Iter = IterMut<'a, T>; typedef
76 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
Doption.rs28 type Iter = IntoIter<T>; typedef
30 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
87 pub struct Iter<'a, T: Sync> { struct
88 inner: IntoIter<&'a T>, argument
91 impl<'a, T: Sync> Clone for Iter<'a, T> { implementation
101 type Iter = Iter<'a, T>; typedef
103 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
131 type Iter = IterMut<'a, T>; typedef
133 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
Drange_inclusive.rs46 pub struct Iter<T> { struct
50 impl<T> Iter<T> impl
80 type Iter = Iter<T>; typedef
82 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
125 impl<T: RangeInteger> ParallelIterator for Iter<T> { implementation
141 impl<T: IndexedRangeInteger> IndexedParallelIterator for Iter<T> { implementation
265 impl ParallelIterator for Iter<char> { implementation
281 impl IndexedParallelIterator for Iter<char> { implementation
/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/
Dthree-way.pass.cpp35 struct Iter { struct
42 constexpr Iter(double value): m_value(value) {} in Iter() argument
47 friend constexpr bool operator==(const Iter& l, const Iter& r) = default; argument
/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
Diterator_traits.compile.pass.cpp35 using Iter = simple_iterator<int*>; in test() typedef
47 using Iter = value_iterator<int*>; in test() typedef
61 using Iter = cpp17_output_iterator<int*>; in test() typedef
85 using Iter = cpp17_input_iterator<int*>; in test() typedef
97 using Iter = forward_iterator<int*>; in test() typedef
109 using Iter = random_access_iterator<int*>; in test() typedef
131 using Iter = std::common_iterator<forward_iterator<int*>, sentinel_type<int*>>; in test() typedef
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join.view/iterator/
Dmember_types.compile.pass.cpp57 using Iter = std::ranges::iterator_t<decltype(jv)>; in test() typedef
67 using Iter = std::ranges::iterator_t<std::ranges::join_view<ForwardView<ForwardView<int>>>>; in test() typedef
77 using Iter = std::ranges::iterator_t<std::ranges::join_view<InputView<InputView<int>>>>; in test() typedef
89 using Iter = std::ranges::iterator_t<std::ranges::join_view<Base>>; in test() typedef
100 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
113 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
122 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
/external/rust/crates/rayon/src/collections/
Dvec_deque.rs23 type Iter = IntoIter<T>; typedef
25 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
39 pub struct Iter<'a, T: Sync> { struct
40 inner: Chain<slice::Iter<'a, T>, slice::Iter<'a, T>>, argument
43 impl<'a, T: Sync> Clone for Iter<'a, T> { implementation
53 type Iter = Iter<'a, T>; typedef
55 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
76 type Iter = IterMut<'a, T>; typedef
78 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
101 type Iter = Drain<'a, T>; typedef
[all …]
Dhash_set.rs32 pub struct Iter<'a, T: Hash + Eq + Sync> { struct
33 inner: vec::IntoIter<&'a T>, argument
36 impl<'a, T: Hash + Eq + Sync> Clone for Iter<'a, T> { implementation
65 type Iter = Drain<'a, T>; typedef
68 fn par_drain(self) -> Self::Iter { in par_drain()
Dbinary_heap.rs20 type Iter = IntoIter<T>; typedef
22 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
36 pub struct Iter<'a, T: Ord + Sync> { struct
37 inner: vec::IntoIter<&'a T>, argument
40 impl<'a, T: Ord + Sync> Clone for Iter<'a, T> { implementation
68 type Iter = Drain<'a, T>; typedef
71 fn par_drain(self) -> Self::Iter { in par_drain()
Dhash_map.rs32 pub struct Iter<'a, K: Hash + Eq + Sync, V: Sync> { struct
33 inner: vec::IntoIter<(&'a K, &'a V)>, argument
36 impl<'a, K: Hash + Eq + Sync, V: Sync> Clone for Iter<'a, K, V> { implementation
81 type Iter = Drain<'a, K, V>; typedef
84 fn par_drain(self) -> Self::Iter { in par_drain()
/external/rust/crates/tokio-stream/src/
Diter.rs9 pub struct Iter<I> { struct
14 impl<I> Unpin for Iter<I> {} argument
43 impl<I> Stream for Iter<I> implementation
/external/rust/crates/indexmap/src/
Drustc.rs18 type Iter = IntoParIter<K, V>; typedef
20 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
47 type Iter = ParIter<'a, K, V>; typedef
49 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
76 type Iter = ParIterMut<'a, K, V>; typedef
78 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
108 type Iter = IntoParIter<T>; typedef
110 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
136 type Iter = ParIter<'a, T>; typedef
138 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
/external/rust/crates/bitflags/src/
Diter.rs13 pub struct Iter<B: 'static> { struct
14 inner: IterNames<B>, argument
18 impl<B: Flags> Iter<B> { impl
27 impl<B: 'static> Iter<B> { impl
38 impl<B: Flags> Iterator for Iter<B> { implementation
/external/rust/crates/dashmap/src/rayon/
Dset.rs59 type Iter = OwningIter<K, S>; typedef
62 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
94 type Iter = Iter<'a, K, S>; typedef
97 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
104 pub struct Iter<'a, K, S = RandomState> { struct
105 inner: super::map::Iter<'a, K, (), S>, argument
108 impl<'a, K, S> ParallelIterator for Iter<'a, K, S> implementation
Dmap.rs72 type Iter = OwningIter<K, V, S>; typedef
75 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
117 type Iter = Iter<'a, K, V, S>; typedef
120 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
127 pub struct Iter<'a, K, V, S = RandomState> { struct
131 impl<'a, K, V, S> ParallelIterator for Iter<'a, K, V, S> implementation
166 type Iter = IterMut<'a, K, V, S>; typedef
169 fn into_par_iter(self) -> Self::Iter { in into_par_iter()
/external/rust/crates/dashmap/src/
Diter_set.rs37 pub struct Iter<'a, K, S, M> { struct
38 inner: crate::iter::Iter<'a, K, (), S, M>, argument
41 unsafe impl<'a, 'i, K, S, M> Send for Iter<'i, K, S, M> implementation
49 unsafe impl<'a, 'i, K, S, M> Sync for Iter<'i, K, S, M> implementation
57 impl<'a, K: Eq + Hash, S: 'a + BuildHasher + Clone, M: Map<'a, K, (), S>> Iter<'a, K, S, M> { implementation
63 impl<'a, K: Eq + Hash, S: 'a + BuildHasher + Clone, M: Map<'a, K, (), S>> Iterator implementation
/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/counted.iterator/
Diterator_traits.compile.pass.cpp25 using Iter = cpp17_input_iterator<int*>; in test() typedef
36 using Iter = forward_iterator<int*>; in test() typedef
47 using Iter = random_access_iterator<int*>; in test() typedef
58 using Iter = contiguous_iterator<int*>; in test() typedef
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/sentinel/
Dequality.pass.cpp22 struct Iter { struct
30 constexpr Iter& operator++() { in operator ++() argument
41 constexpr bool operator==(const Iter<Const>& i) const { return i.it_ == end_; } in operator ==() argument
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/iterator/
Dderef.pass.cpp19 struct Iter : ForwardIterBase<Iter> { struct
21 constexpr Iter() = default; argument
22 constexpr Iter(int ii) : i(ii) {} in Iter() argument

12345678910>>...20