Searched refs:map6 (Results 1 – 3 of 3) sorted by relevance
131 TMap map6(init, compare); in test_deduction_guides() local132 static_assert(std::is_same_v<decltype(map6), TMap<int, int, decltype(compare)> >, "WRONG\n"); in test_deduction_guides()
1073 map_type map6(reference_vector.begin(), reference_vector.end(), compare, allocator); in TestHashCompareConstructors() local
815 map_type map6(big_map); in __anon3741356d0802() local816 utils::suppress_unused_warning(map6); in __anon3741356d0802()