Lines Matching defs:fmap
147 flat_map<int, int> fmap(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test() local
202 auto fmap = flat_map(int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
211 auto fmap = flat_map(int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
220 auto fmap = flat_map(int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
229 auto fmap = flat_map(int_map.begin(), int_map.end(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
241 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
250 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
259 …auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t(), alloc_pai… in constructor_template_auto_deduction_test() local
268 … auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
302 flat_map<int, int> fmap; in flat_tree_extract_adopt_test() local
325 flat_map<int, int> fmap; in flat_tree_extract_adopt_test() local