Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 860) sorted by relevance

12345678910>>...35

/external/sdv/vsomeip/third_party/boost/range/test/
Dextension_size.cpp39 typedef impl_t::const_iterator const_iterator; typedef in boost_range_extension_size_test::FooWithoutSize
58 typedef const boost::uint8_t* const_iterator; typedef in boost_range_extension_size_test::FooWithSize
118 struct const_iterator struct in boost_range_extension_size_test::Foo2WithoutSize
120 typedef std::forward_iterator_tag iterator_category;
121 typedef boost::int8_t difference_type;
122 typedef boost::int16_t value_type;
123 typedef value_type* pointer;
124 typedef value_type& reference;
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dmfc.hpp193 typedef val_t const *const_iterator; typedef
208 typedef val_t const *const_iterator; typedef
221 typedef mfc_ptr_array_iterator<X const, CObject const *> const_iterator; typedef
234 typedef mfc_ptr_array_iterator<X const, void const *> const_iterator; typedef
249 typedef val_t const *const_iterator; typedef
264 typedef val_t const *const_iterator; typedef
279 typedef val_t const *const_iterator; typedef
296 typedef list_iterator<X const, ::CObject const *> const_iterator; typedef
298 … typedef list_iterator<X const, ::CObject const * const, ::CObject const * const> const_iterator; typedef
313 typedef list_iterator<X const, void const *> const_iterator; typedef
[all …]
Datl.hpp246 typedef val_t const *const_iterator; typedef
264 typedef indirect_iterator<citer_t> const_iterator; typedef
279 typedef val_t const *const_iterator; typedef
294 typedef list_iterator<X const, val_t const> const_iterator; typedef
329 typedef indirect_iterator<citer_t> const_iterator; typedef
346 typedef indirect_iterator<citer_t> const_iterator; typedef
361 typedef list_iterator<X const, val_t const> const_iterator; typedef
385 typedef indirect_iterator<citer_t> const_iterator; typedef
416 typedef typename X::PCXSTR const_iterator; typedef
446 typedef mutable_iterator const_iterator; typedef
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h62 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
101 iterator insert_or_assign(const_iterator, key_arg<K>&& k, in insert_or_assign() argument
107 iterator insert_or_assign(const_iterator, key_arg<K>&& k, in insert_or_assign() argument
113 iterator insert_or_assign(const_iterator, const key_arg<K>& k, in insert_or_assign() argument
119 iterator insert_or_assign(const_iterator, const key_arg<K>& k, in insert_or_assign() argument
145 iterator try_emplace(const_iterator, key_arg<K>&& k, in try_emplace() argument
151 iterator try_emplace(const_iterator, const key_arg<K>& k, in try_emplace() argument
/external/abseil-cpp/absl/container/internal/
Draw_hash_map.h62 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
101 iterator insert_or_assign(const_iterator, key_arg<K>&& k, in insert_or_assign() argument
107 iterator insert_or_assign(const_iterator, key_arg<K>&& k, in insert_or_assign() argument
113 iterator insert_or_assign(const_iterator, const key_arg<K>& k, in insert_or_assign() argument
119 iterator insert_or_assign(const_iterator, const key_arg<K>& k, in insert_or_assign() argument
145 iterator try_emplace(const_iterator, key_arg<K>&& k, in try_emplace() argument
151 iterator try_emplace(const_iterator, const key_arg<K>& k, in try_emplace() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h60 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
95 iterator insert_or_assign(const_iterator, key_arg<K>&& k, V&& v) { in insert_or_assign() argument
100 iterator insert_or_assign(const_iterator, key_arg<K>&& k, const V& v) { in insert_or_assign() argument
105 iterator insert_or_assign(const_iterator, const key_arg<K>& k, V&& v) { in insert_or_assign() argument
110 iterator insert_or_assign(const_iterator, const key_arg<K>& k, const V& v) { in insert_or_assign() argument
133 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() argument
138 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() argument
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h62 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
101 iterator insert_or_assign(const_iterator, key_arg<K>&& k, in insert_or_assign() argument
107 iterator insert_or_assign(const_iterator, key_arg<K>&& k, in insert_or_assign() argument
113 iterator insert_or_assign(const_iterator, const key_arg<K>& k, in insert_or_assign() argument
119 iterator insert_or_assign(const_iterator, const key_arg<K>& k, in insert_or_assign() argument
145 iterator try_emplace(const_iterator, key_arg<K>&& k, in try_emplace() argument
151 iterator try_emplace(const_iterator, const key_arg<K>& k, in try_emplace() argument
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_map.h59 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
94 iterator insert_or_assign(const_iterator, key_arg<K>&& k, V&& v) { in insert_or_assign() argument
99 iterator insert_or_assign(const_iterator, key_arg<K>&& k, const V& v) { in insert_or_assign() argument
104 iterator insert_or_assign(const_iterator, const key_arg<K>& k, V&& v) { in insert_or_assign() argument
109 iterator insert_or_assign(const_iterator, const key_arg<K>& k, const V& v) { in insert_or_assign() argument
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() argument
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() argument
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.iterator/
Dctor.other.pass.cpp42 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
57 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
70 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.iterator/
Dctor.other.pass.cpp42 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
57 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
70 using const_iterator = decltype(std::as_const(jv).begin()); in test() typedef
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_set.hpp37 typedef typename Type::const_iterator const_iterator; in contains() typedef
176 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
188 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
229 typedef typename Type::const_iterator const_iterator; in flip() typedef
269 typedef typename OperandT::const_iterator const_iterator; in flip() typedef
301 typedef typename Type::const_iterator const_iterator; in domain() typedef
317 typedef typename Type::const_iterator const_iterator; in between() typedef
Dinterval_map.hpp45 typedef typename Type::const_iterator const_iterator; in contains() typedef
55 typedef typename Type::const_iterator const_iterator; in contains() typedef
114 typedef typename Type::const_iterator const_iterator; in contains() typedef
351 typedef typename MapT::const_iterator const_iterator; in add_intersection() typedef
373 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
387 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
412 typedef typename KeySetT::const_iterator const_iterator; in add_intersection() typedef
540 typedef typename OperandT::const_iterator const_iterator; in flip() typedef
585 typedef typename Type::const_iterator const_iterator; in between() typedef
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Dassociated_value.hpp33 co_equal(typename Type::const_iterator, typename CoType::const_iterator, in co_equal()
/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_partial_match.hpp82 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_simple_search() typedef
127 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_iterator() typedef
188 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_token_iterator() typedef
301 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_grep() typedef
312 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_match() typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/include/
Dcxx.h76 using const_iterator = const char *; variable
131 using const_iterator = const char *; variable
/external/rust/cxx/include/
Dcxx.h76 using const_iterator = const char *; variable
131 using const_iterator = const char *; variable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/include/
Dcxx.h76 using const_iterator = const char *; variable
131 using const_iterator = const char *; variable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/include/
Dcxx.h76 using const_iterator = const char *; variable
131 using const_iterator = const char *; variable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/include/
Dcxx.h76 using const_iterator = const char *; variable
131 using const_iterator = const char *; variable
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dsize.pass.cpp29 typedef typename C::const_iterator const_iterator; in test2() typedef
50 typedef typename C::const_iterator const_iterator; in test1() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/deque/deque.cons/
Dsize.pass.cpp29 typedef typename C::const_iterator const_iterator; in test2() typedef
51 typedef typename C::const_iterator const_iterator; in test1() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/deque/deque.cons/
Dsize.pass.cpp29 typedef typename C::const_iterator const_iterator; in test2() typedef
51 typedef typename C::const_iterator const_iterator; in test1() typedef
/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dtest_container.hpp38 typedef typename Container::const_iterator const_iterator; typedef
51 typedef typename Container::const_iterator const_iterator; in test_container() typedef
180 typedef typename Container::const_iterator const_iterator; in test_common_unordered_and_associative_container() typedef
273 typedef typename Container::const_iterator const_iterator; in test_common_unordered_and_associative_container() typedef
338 typedef typename Container::const_iterator const_iterator; in test_common_unordered_and_associative_container() typedef
422 typedef typename Container::const_iterator const_iterator; in test_associative_container_invariants() typedef
469 typedef typename Container::const_iterator const_iterator; in test_unordered_associative_container_invariants() typedef
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h32 using const_iterator = DictMap::const_iterator; variable
160 using const_iterator = CPDF_Dictionary::const_iterator; variable
/external/eigen/Eigen/src/Core/
DStlIterators.h27 typedef indexed_based_stl_iterator_base<typename traits::const_iterator> const_iterator; typedef
106 typedef indexed_based_stl_reverse_iterator_base<typename traits::const_iterator> const_iterator; typedef
183 typedef pointer_based_stl_iterator<typename internal::add_const<XprType>::type> const_iterator; typedef

12345678910>>...35