Home
last modified time | relevance | path

Searched defs:fmset (Results 1 – 2 of 2) 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() local
306 auto fmset = flat_multiset(int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local
315 auto fmset = flat_multiset(int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
324 auto fmset = flat_multiset(int_mset.begin(), int_mset.end(), comp_int_t(), alloc_int_t()); in constructor_template_auto_deduction_test() local
333 auto fmset = flat_multiset(int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local
345 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local
354 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
363 …auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t(), alloc_in… in constructor_template_auto_deduction_test() local
372 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local
447 flat_multiset<int> fmset; in flat_tree_extract_adopt_test() local
[all …]
Dset_test.cpp231 auto fmset = multiset(int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local
240 auto fmset = multiset(int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
249 auto fmset = multiset(int_mset.begin(), int_mset.end(), comp_int_t(), alloc_int_t()); in constructor_template_auto_deduction_test() local
258 auto fmset = multiset(int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local
270 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local
279 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
288 …auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t(), alloc_int_t()… in constructor_template_auto_deduction_test() local
297 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local