Searched defs:fmset (Results 1 – 2 of 2) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/container/test/ |
| D | flat_set_test.cpp | 109 flat_multiset<int> fmset(ordered_range, int_mset.begin(), int_mset.end()); in flat_tree_ordered_insertion_test() local 304 auto fmset = flat_multiset(int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local 313 auto fmset = flat_multiset(int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local 322 auto fmset = flat_multiset(int_mset.begin(), int_mset.end(), comp_int_t(), alloc_int_t()); in constructor_template_auto_deduction_test() local 331 auto fmset = flat_multiset(int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local 343 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local 352 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local 361 …auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t(), alloc_in… in constructor_template_auto_deduction_test() local 370 auto fmset = flat_multiset(ordered_range, int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local 445 flat_multiset<int> fmset; in flat_tree_extract_adopt_test() local [all …]
|
| D | set_test.cpp | 245 auto fmset = multiset(int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local 254 auto fmset = multiset(int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local 263 auto fmset = multiset(int_mset.begin(), int_mset.end(), comp_int_t(), alloc_int_t()); in constructor_template_auto_deduction_test() local 272 auto fmset = multiset(int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local 284 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end()); in constructor_template_auto_deduction_test() local 293 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t()); in constructor_template_auto_deduction_test() local 302 …auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), comp_int_t(), alloc_int_t()… in constructor_template_auto_deduction_test() local 311 auto fmset = multiset(ordered_range, int_mset.begin(), int_mset.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local
|