Lines Matching defs:fset
167 flat_set<int> fset(ordered_unique_range, int_set.begin(), int_set.end()); in flat_tree_ordered_insertion_test() local
303 auto fset = flat_set(int_set.begin(), int_set.end()); in constructor_template_auto_deduction_test() local
312 auto fset = flat_set(int_set.begin(), int_set.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
321 auto fset = flat_set(int_set.begin(), int_set.end(), comp_int_t(), alloc_int_t()); in constructor_template_auto_deduction_test() local
330 auto fset = flat_set(int_set.begin(), int_set.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local
342 auto fset = flat_set(ordered_unique_range, int_set.begin(), int_set.end()); in constructor_template_auto_deduction_test() local
351 auto fset = flat_set(ordered_unique_range, int_set.begin(), int_set.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
360 …auto fset = flat_set(ordered_unique_range, int_set.begin(), int_set.end(), comp_int_t(), alloc_int… in constructor_template_auto_deduction_test() local
369 auto fset = flat_set(ordered_unique_range, int_set.begin(), int_set.end(), alloc_int_t()); in constructor_template_auto_deduction_test() local
403 flat_set<int> fset; in flat_tree_extract_adopt_test() local
426 flat_set<int> fset; in flat_tree_extract_adopt_test() local