Home
last modified time | relevance | path

Searched defs:equal_range (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dquerying.hpp402 struct equal_range struct
407 > type;
411 struct equal_range struct
417 struct result<This(R&, T&)>
422 struct result<This(R&, T&, C)>
428 execute(R& r, T const& val, mpl::true_) const in execute()
435 execute(R& r, T const& val, mpl::false_) const in execute()
442 operator()(R& r, T const& val) const in operator ()()
449 operator()(R& r, T const& val, C c) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dequal_range.hpp34 equal_range(ForwardRange& rng, const Value& val) in equal_range() function
46 equal_range(const ForwardRange& rng, const Value& val) in equal_range() function
58 equal_range(ForwardRange& rng, const Value& val, SortPredicate pred) in equal_range() function
70 equal_range(const ForwardRange& rng, const Value& val, SortPredicate pred) in equal_range() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dequal_range.h64 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in equal_range() function
77 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in equal_range() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dequal_range.h61 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in equal_range() function
74 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in equal_range() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dequal_range.h64 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in equal_range() function
77 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in equal_range() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dequal_range.h64 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in equal_range() function
77 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in equal_range() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dequal_range.h64 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in equal_range() function
77 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in equal_range() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dequal_range.h64 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in equal_range() function
77 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in equal_range() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dflat_map.hpp1502 std::pair<iterator,iterator> equal_range(const key_type& x) in equal_range() function in boost::container::flat_map
1509 std::pair<const_iterator, const_iterator> equal_range(const key_type& x) const in equal_range() function in boost::container::flat_map
1520 std::pair<iterator,iterator> equal_range(const K& x) in equal_range() function in boost::container::flat_map
1533 std::pair<const_iterator, const_iterator> equal_range(const K& x) const in equal_range() function in boost::container::flat_map
2848 std::pair<iterator,iterator> equal_range(const key_type& x) in equal_range() function in boost::container::flat_multimap
2855 std::pair<const_iterator, const_iterator> equal_range(const key_type& x) const in equal_range() function in boost::container::flat_multimap
2866 std::pair<iterator,iterator> equal_range(const K& x) in equal_range() function in boost::container::flat_multimap
2877 std::pair<const_iterator, const_iterator> equal_range(const K& x) const in equal_range() function in boost::container::flat_multimap
Dflat_set.hpp1019 …BOOST_CONTAINER_FORCEINLINE std::pair<const_iterator, const_iterator> equal_range(const key_type& … in equal_range() function in boost::container::flat_set
1025 BOOST_CONTAINER_FORCEINLINE std::pair<iterator,iterator> equal_range(const key_type& x) in equal_range() function in boost::container::flat_set
1035 std::pair<iterator,iterator> equal_range(const K& x) in equal_range() function in boost::container::flat_set
1047 std::pair<const_iterator,const_iterator> equal_range(const K& x) const in equal_range() function in boost::container::flat_set
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dunordered_set.hpp288 std::pair<iterator,iterator> equal_range(const key_type &key) in equal_range() function in boost::intrusive::unordered_set_impl
293 …std::pair<iterator,iterator> equal_range(const KeyType& key, KeyHasher hash_func, KeyEqual equal_f… in equal_range() function in boost::intrusive::unordered_set_impl
298 equal_range(const key_type &key) const in equal_range() function in boost::intrusive::unordered_set_impl
304 equal_range(const KeyType& key, KeyHasher hash_func, KeyEqual equal_func) const in equal_range() function in boost::intrusive::unordered_set_impl
Dsplay_set.hpp359 std::pair<iterator,iterator> equal_range(const key_type &key) in equal_range() function in boost::intrusive::splay_set_impl
364 std::pair<iterator,iterator> equal_range(const KeyType& key, KeyTypeKeyCompare comp) in equal_range() function in boost::intrusive::splay_set_impl
369 equal_range(const key_type &key) const in equal_range() function in boost::intrusive::splay_set_impl
375 equal_range(const KeyType& key, KeyTypeKeyCompare comp) const in equal_range() function in boost::intrusive::splay_set_impl
Dbs_set.hpp351 std::pair<iterator,iterator> equal_range(const key_type &key) in equal_range() function in boost::intrusive::bs_set_impl
356 std::pair<iterator,iterator> equal_range(const KeyType& key, KeyTypeKeyCompare comp) in equal_range() function in boost::intrusive::bs_set_impl
361 equal_range(const key_type &key) const in equal_range() function in boost::intrusive::bs_set_impl
367 equal_range(const KeyType& key, KeyTypeKeyCompare comp) const in equal_range() function in boost::intrusive::bs_set_impl
Dset.hpp354 std::pair<iterator,iterator> equal_range(const key_type &key) in equal_range() function in boost::intrusive::set_impl
359 std::pair<iterator,iterator> equal_range(const KeyType& key, KeyTypeKeyCompare comp) in equal_range() function in boost::intrusive::set_impl
364 equal_range(const key_type &key) const in equal_range() function in boost::intrusive::set_impl
370 equal_range(const KeyType& key, KeyTypeKeyCompare comp) const in equal_range() function in boost::intrusive::set_impl
Davl_set.hpp354 std::pair<iterator,iterator> equal_range(const key_type &key) in equal_range() function in boost::intrusive::avl_set_impl
359 std::pair<iterator,iterator> equal_range(const KeyType& key, KeyTypeKeyCompare comp) in equal_range() function in boost::intrusive::avl_set_impl
364 equal_range(const key_type &key) const in equal_range() function in boost::intrusive::avl_set_impl
370 equal_range(const KeyType& key, KeyTypeKeyCompare comp) const in equal_range() function in boost::intrusive::avl_set_impl
Dsg_set.hpp352 std::pair<iterator,iterator> equal_range(const key_type &key) in equal_range() function in boost::intrusive::sg_set_impl
357 std::pair<iterator,iterator> equal_range(const KeyType& key, KeyTypeKeyCompare comp) in equal_range() function in boost::intrusive::sg_set_impl
362 equal_range(const key_type &key) const in equal_range() function in boost::intrusive::sg_set_impl
368 equal_range(const KeyType& key, KeyTypeKeyCompare comp) const in equal_range() function in boost::intrusive::sg_set_impl
Dtreap_set.hpp385 std::pair<iterator,iterator> equal_range(const key_type &key) in equal_range() function in boost::intrusive::treap_set_impl
390 std::pair<iterator,iterator> equal_range(const KeyType& key, KeyTypeKeyCompare comp) in equal_range() function in boost::intrusive::treap_set_impl
395 equal_range(const key_type &key) const in equal_range() function in boost::intrusive::treap_set_impl
401 equal_range(const KeyType& key, KeyTypeKeyCompare comp) const in equal_range() function in boost::intrusive::treap_set_impl
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dbtree_container.h132 auto equal_range = this->equal_range(key); in count() local
167 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) in equal_range() function
172 std::pair<const_iterator, const_iterator> equal_range( in equal_range() function
195 auto equal_range = this->equal_range(key); in erase() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h114 auto equal_range = this->equal_range(key); in count() local
146 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) { in equal_range() function
150 std::pair<const_iterator, const_iterator> equal_range( in equal_range() function
168 auto equal_range = this->equal_range(key); in erase() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dbtree_container.h114 auto equal_range = this->equal_range(key); in count() local
146 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) { in equal_range() function
150 std::pair<const_iterator, const_iterator> equal_range( in equal_range() function
168 auto equal_range = this->equal_range(key); in erase() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dbtree_container.h132 auto equal_range = this->equal_range(key); in count() local
167 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) in equal_range() function
172 std::pair<const_iterator, const_iterator> equal_range( in equal_range() function
195 auto equal_range = this->equal_range(key); in erase() local
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dbtree_container.h132 auto equal_range = this->equal_range(key); in count() local
167 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) in equal_range() function
172 std::pair<const_iterator, const_iterator> equal_range( in equal_range() function
195 auto equal_range = this->equal_range(key); in erase() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dbtree_container.h109 auto equal_range = this->equal_range(key); in count() local
141 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) { in equal_range() function
145 std::pair<const_iterator, const_iterator> equal_range( in equal_range() function
163 auto equal_range = this->equal_range(key); in erase() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dbtree_container.h108 auto equal_range = this->equal_range(key); in count() local
140 std::pair<iterator, iterator> equal_range(const key_arg<K> &key) { in equal_range() function
144 std::pair<const_iterator, const_iterator> equal_range( in equal_range() function
162 auto equal_range = this->equal_range(key); in erase() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dbinary_search.hpp138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range() function
169 equal_range(ForwardIter first, ForwardIter last, const Tp& val, in equal_range() function

123