Home
last modified time | relevance | path

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

12

/third_party/boost/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
/third_party/boost/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 ()()
/third_party/boost/boost/bimap/container_adaptor/
Dassociative_container_adaptor.hpp218 equal_range(const CompatibleKey & k) in equal_range() function in boost::bimaps::container_adaptor::associative_container_adaptor
250 equal_range(const CompatibleKey & k) const in equal_range() function in boost::bimaps::container_adaptor::associative_container_adaptor
/third_party/boost/boost/compute/algorithm/
Dequal_range.hpp33 equal_range(InputIterator first, in equal_range() function
/third_party/boost/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
/third_party/boost/libs/detail/test/
Dbinary_search_test.cpp151 …static std::pair<Iterator, Iterator> equal_range(Iterator start, Iterator finish, Key key, Compare… in equal_range() function
172 …static std::pair<Iterator, Iterator> equal_range(Iterator start, Iterator finish, Key key, no_comp… in equal_range() function
/third_party/boost/boost/intrusive/
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
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
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
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
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
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
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
Dsplaytree_algorithms.hpp372 static std::pair<node_ptr, node_ptr> equal_range in equal_range() function in boost::intrusive::splaytree_algorithms
384 static std::pair<node_ptr, node_ptr> equal_range in equal_range() function in boost::intrusive::splaytree_algorithms
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
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
/third_party/boost/boost/container/
Dflat_map.hpp1453 BOOST_CONTAINER_FORCEINLINE std::pair<iterator,iterator> equal_range(const key_type& x) in equal_range() function in boost::container::flat_map
1459 …BOOST_CONTAINER_FORCEINLINE std::pair<const_iterator, const_iterator> equal_range(const key_type& … in equal_range() function in boost::container::flat_map
1469 BOOST_CONTAINER_FORCEINLINE std::pair<iterator,iterator> equal_range(const K& x) in equal_range() function in boost::container::flat_map
1481 …BOOST_CONTAINER_FORCEINLINE std::pair<const_iterator, const_iterator> equal_range(const K& x) const in equal_range() function in boost::container::flat_map
2791 BOOST_CONTAINER_FORCEINLINE std::pair<iterator,iterator> equal_range(const key_type& x) in equal_range() function in boost::container::flat_multimap
2797 …BOOST_CONTAINER_FORCEINLINE std::pair<const_iterator, const_iterator> equal_range(const key_type& … in equal_range() function in boost::container::flat_multimap
2807 BOOST_CONTAINER_FORCEINLINE std::pair<iterator,iterator> equal_range(const K& x) in equal_range() function in boost::container::flat_multimap
2817 …BOOST_CONTAINER_FORCEINLINE 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
Dset.hpp877 BOOST_CONTAINER_FORCEINLINE std::pair<iterator,iterator> equal_range(const key_type& x) in equal_range() function in boost::container::set
883 …BOOST_CONTAINER_FORCEINLINE std::pair<const_iterator, const_iterator> equal_range(const key_type& … in equal_range() function in boost::container::set
893 BOOST_CONTAINER_FORCEINLINE std::pair<iterator,iterator> equal_range(const K& x) in equal_range() function in boost::container::set
903 … BOOST_CONTAINER_FORCEINLINE std::pair<const_iterator,const_iterator> equal_range(const K& x) const in equal_range() function in boost::container::set
/third_party/boost/boost/icl/
Dinterval_base_set.hpp375 std::pair<iterator,iterator> equal_range(const key_type& interval) in equal_range() function in boost::icl::interval_base_set
382 equal_range(const key_type& interval)const in equal_range() function in boost::icl::interval_base_set
/third_party/json/test/thirdparty/fifo_map/
Dfifo_map.hpp427 std::pair<iterator, iterator> equal_range(const Key& key) in equal_range() function in nlohmann::fifo_map
433 std::pair<const_iterator, const_iterator> equal_range(const Key& key) const in equal_range() function in nlohmann::fifo_map
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp329 AppleAcceleratorTable::equal_range(StringRef Key) const { in equal_range() function in AppleAcceleratorTable
772 DWARFDebugNames::NameIndex::equal_range(StringRef Key) const { in equal_range() function in DWARFDebugNames::NameIndex
874 DWARFDebugNames::equal_range(StringRef Key) const { in equal_range() function in DWARFDebugNames
/third_party/boost/boost/sort/common/util/
Dsearch.hpp236 inline std::pair<Iter_t, Iter_t> equal_range(Iter_t first, Iter_t last, in equal_range() function
/third_party/boost/boost/beast/http/impl/
Dfields.hpp721 equal_range(field name) const -> in equal_range() function in boost::beast::http::basic_fields
731 equal_range(string_view name) const -> in equal_range() function in boost::beast::http::basic_fields
/third_party/boost/boost/lambda/
Dalgorithm.hpp900 struct equal_range { struct
903 struct sig {
913 operator()(A a, A b, const C& c) const in operator ()()
918 operator()(A a, A b, const C& c, D d) const in operator ()()
/third_party/boost/boost/container/detail/
Dtree.hpp1405 std::pair<iterator,iterator> equal_range(const key_type& k) in equal_range() function in boost::container::dtl::tree
1412 std::pair<const_iterator, const_iterator> equal_range(const key_type& k) const in equal_range() function in boost::container::dtl::tree
1423 equal_range(const K& k) in equal_range() function in boost::container::dtl::tree
1433 equal_range(const K& k) const in equal_range() function in boost::container::dtl::tree

12