Home
last modified time | relevance | path

Searched refs:ordered_range (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/container/test/
Dflat_set_test.cpp111 flat_multiset<int> fmset(ordered_range, int_mset.begin(), int_mset.end()); in flat_tree_ordered_insertion_test()
116 fmset.insert(ordered_range, int_mset.begin(), int_mset.end()); in flat_tree_ordered_insertion_test()
120 fmset.insert(ordered_range, int_mset.begin(), int_mset.end()); in flat_tree_ordered_insertion_test()
126 fmset.insert(ordered_range, int_mset2.begin(), int_mset2.end()); in flat_tree_ordered_insertion_test()
136 fmset.insert(ordered_range, int_even_mset.begin(), int_even_mset.end()); in flat_tree_ordered_insertion_test()
143 fmset.insert(ordered_range, int_mset2.begin(), int_mset2.end()); in flat_tree_ordered_insertion_test()
154 fmset.insert(ordered_range, int_even_mset2.begin(), int_even_mset2.end()); in flat_tree_ordered_insertion_test()
345 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test()
354 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test()
363 …auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t(), alloc_in… in constructor_template_auto_deduction_test()
[all …]
Dflat_map_test.cpp109 flat_multimap<int, int> fmmap(ordered_range, int_mmap.begin(), int_mmap.end()); in flat_tree_ordered_insertion_test()
114 fmmap.insert(ordered_range, int_mmap.begin(), int_mmap.end()); in flat_tree_ordered_insertion_test()
118 fmmap.insert(ordered_range, int_mmap.begin(), int_mmap.end()); in flat_tree_ordered_insertion_test()
124 fmmap.insert(ordered_range, int_mmap2.begin(), int_mmap2.end()); in flat_tree_ordered_insertion_test()
134 fmmap.insert(ordered_range, int_even_mmap.begin(), int_even_mmap.end()); in flat_tree_ordered_insertion_test()
244 auto fmmap = flat_multimap(ordered_range, int_mmap.begin(), int_mmap.end()); in constructor_template_auto_deduction_test()
253 auto fmmap = flat_multimap(ordered_range, int_mmap.begin(), int_mmap.end(), comp_int_t()); in constructor_template_auto_deduction_test()
262 …auto fmmap = flat_multimap(ordered_range, int_mmap.begin(), int_mmap.end(), comp_int_t(), alloc_pa… in constructor_template_auto_deduction_test()
271 … auto fmmap = flat_multimap(ordered_range, int_mmap.begin(), int_mmap.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test()
383 fmmap.adopt_sequence(ordered_range, boost::move(seq)); in flat_tree_extract_adopt_test()
Dset_test.hpp276 ( ordered_range in set_test()
922 MultisetType s0(ordered_range, il); in instantiate_constructors()
923 MultisetType s1(ordered_range, il,comp); in instantiate_constructors()
924 MultisetType s3(ordered_range, il,comp, a); in instantiate_constructors()
928 MultisetType s0(ordered_range, &value, &value); in instantiate_constructors()
929 MultisetType s1(ordered_range, &value, &value ,comp); in instantiate_constructors()
930 MultisetType s2(ordered_range, &value, &value ,comp, a); in instantiate_constructors()
Dset_test.cpp270 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test()
279 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test()
288 …auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t(), alloc_int_t()… in constructor_template_auto_deduction_test()
297 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test()
Dmap_test.cpp418 auto fmmap = multimap(ordered_range, int_mmap.begin(), int_mmap.end()); in constructor_template_auto_deduction_test()
427 auto fmmap = multimap(ordered_range, int_mmap.begin(), int_mmap.end(), comp_int_t()); in constructor_template_auto_deduction_test()
436 …auto fmmap = multimap(ordered_range, int_mmap.begin(), int_mmap.end(), comp_int_t(), alloc_pair_in… in constructor_template_auto_deduction_test()
445 auto fmmap = multimap(ordered_range, int_mmap.begin(), int_mmap.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test()
Dmap_test.hpp1244 MultimapType s0(ordered_range, il); in instantiate_constructors()
1245 MultimapType s1(ordered_range, il, comp); in instantiate_constructors()
1246 MultimapType s3(ordered_range, il, comp, a); in instantiate_constructors()
1250 MultimapType s0(ordered_range, &value, &value); in instantiate_constructors()
1251 MultimapType s1(ordered_range, &value, &value ,comp); in instantiate_constructors()
1252 MultimapType s2(ordered_range, &value, &value ,comp, a); in instantiate_constructors()
/third_party/boost/boost/container/
Dset.hpp196 : base_t(ordered_range, first, last) in set()
211 : base_t(ordered_range, first, last, comp) in set()
227 : base_t(ordered_range, first, last, comp, a) in set()
242 : base_t(ordered_range, first, last, Compare(), a) in set()
293 : base_t(ordered_range, il.begin(), il.end()) in set()
307 : base_t(ordered_range, il.begin(), il.end(), comp) in set()
321 : base_t(ordered_range, il.begin(), il.end(), comp, a) in set()
1158 : base_t(ordered_range, first, last) in multiset()
1172 : base_t(ordered_range, first, last, comp) in multiset()
1186 : base_t(ordered_range, first, last, comp, a) in multiset()
[all …]
Dmap.hpp225 : base_t(ordered_range, first, last) in map()
240 : base_t(ordered_range, first, last, comp) in map()
256 : base_t(ordered_range, first, last, comp, a) in map()
271 : base_t(ordered_range, first, last, Compare(), a) in map()
322 : base_t(ordered_range, il.begin(), il.end()) in map()
336 : base_t(ordered_range, il.begin(), il.end(), comp) in map()
351 : base_t(ordered_range, il.begin(), il.end(), comp, a) in map()
1546 : base_t(ordered_range, first, last) in multimap()
1560 : base_t(ordered_range, first, last, comp) in multimap()
1575 : base_t(ordered_range, first, last, comp, a) in multimap()
[all …]
Dflat_set.hpp1335 : tree_t(ordered_range, first, last) in flat_multiset()
1349 : tree_t(ordered_range, first, last, comp) in flat_multiset()
1363 : tree_t(ordered_range, first, last, comp, a) in flat_multiset()
1377 : tree_t(ordered_range, first, last, Compare(), a) in flat_multiset()
1411 : tree_t(ordered_range, il.begin(), il.end()) in flat_multiset()
1424 : tree_t(ordered_range, il.begin(), il.end(), comp) in flat_multiset()
1437 : tree_t(ordered_range, il.begin(), il.end(), comp, a) in flat_multiset()
1673 { this->tree_t::insert_equal(ordered_range, first, last); } in insert()
1693 { this->tree_t::insert_equal(ordered_range, il.begin(), il.end()); } in insert()
Dcontainer_fwd.hpp332 static const ordered_range_t ordered_range = ordered_range_t(); variable
371 (void)ordered_range; in dummy()
Dflat_map.hpp289 : m_flat_tree(ordered_range, first, last) in flat_map()
304 : m_flat_tree(ordered_range, first, last, comp) in flat_map()
319 : m_flat_tree(ordered_range, first, last, comp, dtl::force<const impl_allocator_type>(a)) in flat_map()
334 : m_flat_tree(ordered_range, first, last, Compare(), a) in flat_map()
1879 : m_flat_tree(ordered_range, first, last) in flat_multimap()
1894 : m_flat_tree(ordered_range, first, last, comp) in flat_multimap()
1909 : m_flat_tree(ordered_range, first, last, comp, a) in flat_multimap()
1924 : m_flat_tree(ordered_range, first, last, Compare(), a) in flat_multimap()
1989 : m_flat_tree( ordered_range in flat_multimap()
2005 : m_flat_tree( ordered_range in flat_multimap()
[all …]
/third_party/boost/boost/interprocess/containers/
Dcontainers_fwd.hpp34 using boost::container::ordered_range;
/third_party/boost/libs/interprocess/test/
Dset_test.hpp126 ( ordered_range in set_test()
Dmap_test.hpp148 ( ordered_range in map_test()
/third_party/boost/libs/container/doc/
Dcontainer.qbk570 …on Ordered range insertion for associative containers (['ordered_unique_range], ['ordered_range]) ]
/third_party/boost/doc/html/
Ddoc_HTML.manifest829 boost/container/ordered_range.html