Lines Matching refs:compare
1062 non_default_constructible_hash_compare<key_type> compare(0); in TestHashCompareConstructors() local
1065 map_type map1(compare); in TestHashCompareConstructors()
1066 map_type map2(compare, allocator); in TestHashCompareConstructors()
1068 map_type map3(1, compare); in TestHashCompareConstructors()
1069 map_type map4(1, compare, allocator); in TestHashCompareConstructors()
1072 map_type map5(reference_vector.begin(), reference_vector.end(), compare); in TestHashCompareConstructors()
1073 map_type map6(reference_vector.begin(), reference_vector.end(), compare, allocator); in TestHashCompareConstructors()
1075 map_type map7({}, compare); in TestHashCompareConstructors()
1076 map_type map8({}, compare, allocator); in TestHashCompareConstructors()
1098 Compare compare; in TestDeductionGuides() local
1106 TMap m2(v.begin(), v.end(), compare); in TestDeductionGuides()
1110 TMap m3(v.begin(), v.end(), compare, allocator); in TestDeductionGuides()
1122 TMap m6(l, compare); in TestDeductionGuides()
1126 TMap m7(l, compare, allocator); in TestDeductionGuides()