/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | filter_iterator_test.cpp | 40 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 …]
|
D | indirect_iter_member_types.cpp | 37 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
|
D | reverse_iterator_test.cpp | 30 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/tot/third_party/libc++/src/test/std/ranges/range.factories/range.repeat.view/iterator/ |
D | member_typedefs.compile.pass.cpp | 31 using Iter = std::ranges::iterator_t<std::ranges::repeat_view<int>>; in test() typedef 42 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int8_t>>; in test() typedef 51 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint8_t>>; in test() typedef 60 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int16_t>>; in test() typedef 69 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint16_t>>; in test() typedef 78 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int32_t>>; in test() typedef 87 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint32_t>>; in test() typedef 96 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int64_t>>; in test() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.factories/range.repeat.view/iterator/ |
D | member_typedefs.compile.pass.cpp | 31 using Iter = std::ranges::iterator_t<std::ranges::repeat_view<int>>; in test() typedef 42 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int8_t>>; in test() typedef 51 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint8_t>>; in test() typedef 60 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int16_t>>; in test() typedef 69 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint16_t>>; in test() typedef 78 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int32_t>>; in test() typedef 87 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::uint32_t>>; in test() typedef 96 using Iter = std::ranges::iterator_t<const std::ranges::repeat_view<int, std::int64_t>>; in test() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/iterator/ |
D | member_typedefs.compile.pass.cpp | 67 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/cronet/tot/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/iterator/ |
D | member_typedefs.compile.pass.cpp | 67 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/ |
D | concept_check_test.cpp | 132 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/android-crates-io/crates/rayon/src/ |
D | result.rs | 22 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()
|
/external/cronet/tot/third_party/libc++/src/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/ |
D | three-way.pass.cpp | 35 struct Iter { struct 42 constexpr Iter(double value): m_value(value) {} in Iter() function 47 friend constexpr bool operator==(const Iter& l, const Iter& r) = default; argument
|
/external/cronet/stable/third_party/libc++/src/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/ |
D | three-way.pass.cpp | 35 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/tot/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/ |
D | iterator_traits.compile.pass.cpp | 35 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/stable/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/ |
D | iterator_traits.compile.pass.cpp | 35 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/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.iterator/ |
D | member_types.compile.pass.cpp | 56 using Iter = std::ranges::iterator_t<decltype(jv)>; in test() typedef 66 using Iter = std::ranges::iterator_t<std::ranges::join_view<ForwardView<ForwardView<int>>>>; in test() typedef 76 using Iter = std::ranges::iterator_t<std::ranges::join_view<InputView<InputView<int>>>>; in test() typedef 88 using Iter = std::ranges::iterator_t<std::ranges::join_view<Base>>; in test() typedef 99 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef 112 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef 121 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.iterator/ |
D | member_types.compile.pass.cpp | 56 using Iter = std::ranges::iterator_t<decltype(jv)>; in test() typedef 66 using Iter = std::ranges::iterator_t<std::ranges::join_view<ForwardView<ForwardView<int>>>>; in test() typedef 76 using Iter = std::ranges::iterator_t<std::ranges::join_view<InputView<InputView<int>>>>; in test() typedef 88 using Iter = std::ranges::iterator_t<std::ranges::join_view<Base>>; in test() typedef 99 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef 112 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef 121 using Iter = std::ranges::iterator_t<std::ranges::join_view<Outer>>; in test() typedef
|
/external/rust/android-crates-io/crates/rayon/src/collections/ |
D | vec_deque.rs | 23 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 …]
|
/external/rust/android-crates-io/crates/futures-util/src/stream/ |
D | iter.rs | 9 pub struct Iter<I> { struct 13 impl<I> Iter<I> { argument 30 impl<I> Unpin for Iter<I> {} implementation 53 impl<I> Stream for Iter<I> implementation
|
/external/pdfium/core/fxcrt/ |
D | zip.h | 49 struct Iter { struct 73 Iter begin() { return {first_.begin(), second_.begin()}; } in begin() argument 85 struct Iter { struct 116 Iter begin() { return {first_.begin(), second_.begin(), third_.begin()}; } in begin() argument
|
/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | iter.rs | 18 pub struct Iter { struct 22 impl Iter { implementation 36 impl io::Read for Iter { implementation
|
/external/rust/android-crates-io/crates/tokio-stream/src/ |
D | iter.rs | 9 pub struct Iter<I> { struct 14 impl<I> Unpin for Iter<I> {} argument 43 impl<I> Stream for Iter<I> implementation
|
/external/rust/android-crates-io/crates/indexmap/src/ |
D | rustc.rs | 18 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/android-crates-io/crates/bitflags/src/ |
D | iter.rs | 13 pub struct Iter<B: 'static> { struct 14 inner: IterNames<B>, argument 18 impl<B: Flags> Iter<B> { implementation 27 impl<B: 'static> Iter<B> { implementation 38 impl<B: Flags> Iterator for Iter<B> { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bitflags-2.6.0/src/ |
D | iter.rs | 13 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/bitflags-2.6.0/src/ |
D | iter.rs | 13 pub struct Iter<B: 'static> { struct 14 inner: IterNames<B>, argument 18 impl<B: Flags> Iter<B> { argument 27 impl<B: 'static> Iter<B> { implementation 38 impl<B: Flags> Iterator for Iter<B> { implementation
|
/external/rust/android-crates-io/crates/dashmap/src/rayon/ |
D | set.rs | 59 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
|