Home
last modified time | relevance | path

Searched refs:ordered_unique_range (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/container/test/
Dflat_set_test.cpp167 flat_set<int> fset(ordered_unique_range, int_set.begin(), int_set.end()); in flat_tree_ordered_insertion_test()
172 fset.insert(ordered_unique_range, int_set.begin(), int_set.end()); in flat_tree_ordered_insertion_test()
176 fset.insert(ordered_unique_range, int_set.begin(), int_set.end()); in flat_tree_ordered_insertion_test()
182 fset.insert(ordered_unique_range, int_set2.begin(), int_set2.end()); in flat_tree_ordered_insertion_test()
192 fset.insert(ordered_unique_range, int_even_set.begin(), int_even_set.end()); in flat_tree_ordered_insertion_test()
204 fset.insert(ordered_unique_range, int_even_set.begin(), int_even_set.end()); in flat_tree_ordered_insertion_test()
212 fset.insert(ordered_unique_range, int_even_set.begin(), int_even_set.end()); in flat_tree_ordered_insertion_test()
223 fset.insert(ordered_unique_range, int_even_set.begin(), int_even_set.end()); in flat_tree_ordered_insertion_test()
231 fset.insert(ordered_unique_range, int_even_set.begin(), int_even_set.end()); in flat_tree_ordered_insertion_test()
246 fset.insert(ordered_unique_range, int_even_set.begin(), int_even_set.end()); in flat_tree_ordered_insertion_test()
[all …]
Dflat_map_test.cpp147 flat_map<int, int> fmap(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test()
152 fmap.insert(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test()
156 fmap.insert(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test()
162 fmap.insert(ordered_unique_range, int_map2.begin(), int_map2.end()); in flat_tree_ordered_insertion_test()
172 fmap.insert(ordered_unique_range, int_even_map.begin(), int_even_map.end()); in flat_tree_ordered_insertion_test()
241 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test()
250 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test()
259 …auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t(), alloc_pai… in constructor_template_auto_deduction_test()
268 … auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test()
338 fmap.adopt_sequence(ordered_unique_range, boost::move(seq)); in flat_tree_extract_adopt_test()
Dset_test.hpp270 ( ordered_unique_range in set_test()
835 SetType sil_ordered(ordered_unique_range, ilu); in test_set_methods_with_initializer_list_as_argument_for()
884 SetType s0(ordered_unique_range, il); in instantiate_constructors()
885 SetType s1(ordered_unique_range, il,comp); in instantiate_constructors()
886 SetType s3(ordered_unique_range, il,comp, a); in instantiate_constructors()
890 SetType s0(ordered_unique_range, &value, &value); in instantiate_constructors()
891 SetType s1(ordered_unique_range, &value, &value ,comp); in instantiate_constructors()
892 SetType s2(ordered_unique_range, &value, &value ,comp, a); in instantiate_constructors()
Dset_test.cpp267 auto fset = set(ordered_unique_range, int_set.begin(), int_set.end()); in constructor_template_auto_deduction_test()
276 auto fset = set(ordered_unique_range, int_set.begin(), int_set.end(), comp_int_t()); in constructor_template_auto_deduction_test()
285 …auto fset = set(ordered_unique_range, int_set.begin(), int_set.end(), comp_int_t(), alloc_int_t()); in constructor_template_auto_deduction_test()
294 auto fset = set(ordered_unique_range, int_set.begin(), int_set.end(), alloc_int_t()); in constructor_template_auto_deduction_test()
Dmap_test.cpp415 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test()
424 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test()
433 …auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int… in constructor_template_auto_deduction_test()
442 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test()
Dmap_test.hpp1155 const MapType sil_ordered(ordered_unique_range, il); in test_map_support_for_initialization_list_for()
1205 MapType s0(ordered_unique_range, il); in instantiate_constructors()
1206 MapType s1(ordered_unique_range, il, comp); in instantiate_constructors()
1207 MapType s3(ordered_unique_range, il, comp, a); in instantiate_constructors()
1211 MapType s0(ordered_unique_range, &value, &value); in instantiate_constructors()
1212 MapType s1(ordered_unique_range, &value, &value ,comp); in instantiate_constructors()
1213 MapType s2(ordered_unique_range, &value, &value ,comp, a); in instantiate_constructors()
/third_party/boost/boost/interprocess/containers/
Dcontainers_fwd.hpp35 using boost::container::ordered_unique_range;
/third_party/boost/boost/container/
Dflat_set.hpp225 : tree_t(ordered_unique_range, first, last) in flat_set()
241 : tree_t(ordered_unique_range, first, last, comp) in flat_set()
257 : tree_t(ordered_unique_range, first, last, comp, a) in flat_set()
273 : tree_t(ordered_unique_range, first, last, Compare(), a) in flat_set()
324 : tree_t(ordered_unique_range, il.begin(), il.end()) in flat_set()
338 : tree_t(ordered_unique_range, il.begin(), il.end(), comp) in flat_set()
352 : tree_t(ordered_unique_range, il.begin(), il.end(), comp, a) in flat_set()
725 { this->tree_t::insert_unique(ordered_unique_range, first, last); } in insert()
747 { this->tree_t::insert_unique(ordered_unique_range, il.begin(), il.end()); } in insert()
Dcontainer_fwd.hpp342 static const ordered_unique_range_t ordered_unique_range = ordered_unique_range_t(); variable
372 (void)ordered_unique_range; in dummy()
Dflat_map.hpp397 : m_flat_tree(ordered_unique_range in flat_map()
413 : m_flat_tree(ordered_unique_range in flat_map()
430 : m_flat_tree( ordered_unique_range in flat_map()
1154 { m_flat_tree.insert_unique(ordered_unique_range, first, last); } in insert()
1183 m_flat_tree.insert_unique(ordered_unique_range in insert()
/third_party/boost/libs/interprocess/test/
Dset_test.hpp117 ( ordered_unique_range in set_test()
Dmap_test.hpp139 ( ordered_unique_range in map_test()
/third_party/boost/libs/container/bench/
Dbench_set.hpp382 …C c(boost::container::ordered_unique_range, sorted_unique_range.begin(), sorted_unique_range.end()… in extensions_time()
/third_party/boost/libs/container/doc/
Dcontainer.qbk570 …e_insertion Ordered range insertion for associative containers (['ordered_unique_range], ['ordered…
1511 …oost.org/trac/boost/ticket/12117 Trac #12117: ['"flat_set constructor with ordered_unique_range"]].
/third_party/boost/doc/html/
Ddoc_HTML.manifest830 boost/container/ordered_unique_range.html