/third_party/boost/libs/container/test/ |
D | flat_set_test.cpp | 111 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 …]
|
D | flat_map_test.cpp | 109 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()
|
D | set_test.hpp | 276 ( 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()
|
D | set_test.cpp | 270 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()
|
D | map_test.cpp | 418 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()
|
D | map_test.hpp | 1244 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/ |
D | set.hpp | 196 : 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 …]
|
D | map.hpp | 225 : 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 …]
|
D | flat_set.hpp | 1335 : 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()
|
D | container_fwd.hpp | 332 static const ordered_range_t ordered_range = ordered_range_t(); variable 371 (void)ordered_range; in dummy()
|
D | flat_map.hpp | 289 : 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/ |
D | containers_fwd.hpp | 34 using boost::container::ordered_range;
|
/third_party/boost/libs/interprocess/test/ |
D | set_test.hpp | 126 ( ordered_range in set_test()
|
D | map_test.hpp | 148 ( ordered_range in map_test()
|
/third_party/boost/libs/container/doc/ |
D | container.qbk | 570 …on Ordered range insertion for associative containers (['ordered_unique_range], ['ordered_range]) ]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 829 boost/container/ordered_range.html
|