Home
last modified time | relevance | path

Searched refs:flat_multimap (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/container/test/
Dflat_map_test.cpp71 flat_multimap<recursive_flat_multimap, recursive_flat_multimap> map_;
72 flat_multimap<recursive_flat_multimap, recursive_flat_multimap>::iterator it_;
73 flat_multimap<recursive_flat_multimap, recursive_flat_multimap>::const_iterator cit_;
74 flat_multimap<recursive_flat_multimap, recursive_flat_multimap>::reverse_iterator rit_;
75 flat_multimap<recursive_flat_multimap, recursive_flat_multimap>::const_reverse_iterator crit_;
109 flat_multimap<int, int> fmmap(ordered_range, int_mmap.begin(), int_mmap.end()); in flat_tree_ordered_insertion_test()
205 auto fmmap = flat_multimap(int_mmap.begin(), int_mmap.end()); in constructor_template_auto_deduction_test()
214 auto fmmap = flat_multimap(int_mmap.begin(), int_mmap.end(), comp_int_t()); in constructor_template_auto_deduction_test()
223 … auto fmmap = flat_multimap(int_mmap.begin(), int_mmap.end(), comp_int_t(), alloc_pair_int_t()); in constructor_template_auto_deduction_test()
232 auto fmmap = flat_multimap(int_mmap.begin(), int_mmap.end(), alloc_pair_int_t()); in constructor_template_auto_deduction_test()
[all …]
Dexplicit_inst_flat_map_test.cpp27 template class ::boost::container::flat_multimap<empty, empty>;
30 volatile ::boost::container::flat_multimap<empty, empty> dummy2;
48 template class flat_multimap variable
55 template class flat_multimap variable
62 template class flat_multimap variable
Dflat_map_adaptor_test.cpp38 typedef flat_multimap< ValueType
108 …typedef flat_multimap<int, float, std::less<int>, small_vector<std::pair<int, float>, 10> > multim… in main()
Dnull_iterators_test.cpp142 check_null_iterators< flat_multimap<int, int> >(); in main()
143 check_plus_zero< flat_multimap<int, int> >(); in main()
Dscoped_allocator_usage_test.cpp151 typedef flat_multimap<alloc_int, alloc_int, std::less<alloc_int>, FlatMapAllocator> FlatMultiMap;
226 struct is_map< flat_multimap<Key, T, Compare, Allocator> >
/third_party/boost/boost/container/
Dflat_map.hpp58 class flat_multimap;
1214 BOOST_CONTAINER_FORCEINLINE void merge(flat_multimap<Key, T, C2, AllocatorOrContainer>& source) in merge()
1219 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG flat_multimap<Key, T, C2, AllocatorOrConta… in merge()
1220 { return this->merge(static_cast<flat_multimap<Key, T, C2, AllocatorOrContainer>&>(source)); } in merge()
1703 class flat_multimap class
1707 BOOST_COPYABLE_AND_MOVABLE(flat_multimap)
1793 BOOST_CONTAINER_FORCEINLINE flat_multimap() in flat_multimap() function in boost::container::flat_multimap
1802 BOOST_CONTAINER_FORCEINLINE explicit flat_multimap(const allocator_type& a) in flat_multimap() function in boost::container::flat_multimap
1810 BOOST_CONTAINER_FORCEINLINE explicit flat_multimap(const Compare& comp) in flat_multimap() function in boost::container::flat_multimap
1819 flat_multimap(const Compare& comp, const allocator_type& a) in flat_multimap() function in boost::container::flat_multimap
[all …]
Dcontainer_fwd.hpp184 class flat_multimap;
218 using small_flat_multimap = flat_multimap<Key, T, Compare, small_vector<std::pair<Key, T>, N, Small…
266 …typedef flat_multimap<Key, T, Compare, small_vector<std::pair<Key, T>, N, SmallVectorAllocator, Sm…
/third_party/boost/boost/container/pmr/
Dflat_map.hpp35 using flat_multimap = boost::container::flat_multimap<Key, T, Compare, polymorphic_allocator<std::p… typedef
56 …typedef boost::container::flat_multimap<Key, T, Compare, polymorphic_allocator<std::pair<Key, T> >…
/third_party/boost/libs/interprocess/test/
Dflat_tree_test.cpp70 typedef flat_multimap<int, int, std::less<int>, shmem_pair_allocator_t> MyShmMultiMap;
79 typedef flat_multimap<test::movable_int, test::movable_int
96 typedef flat_multimap<test::movable_and_copyable_int, test::movable_and_copyable_int
190 …if(!boost::interprocess::test::test_emplace<flat_multimap<test::EmplaceInt, test::EmplaceInt>, Map… in main()
/third_party/boost/boost/interprocess/containers/
Dflat_map.hpp30 using boost::container::flat_multimap;
/third_party/boost/libs/container/doc/
Dcontainer.qbk44 [classref boost::container::flat_multimap flat_multimap] and
/third_party/boost/doc/html/
Ddoc_HTML.manifest835 boost/container/flat_multimap.html
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk5079 [classref boost::interprocess::flat_multimap flat_multimap] classes are the