Searched refs:map3 (Results 1 – 3 of 3) sorted by relevance
432 hash_map_type map3(allocator); in TestScopedAllocator() local433 map3.rehash(1000); in TestScopedAllocator()434 map3 = map2; in TestScopedAllocator()792 map_type map3(init_list.begin(), init_list.end(), test_hash); in __anon3741356d0502() local793 utils::suppress_unused_warning(map3); in __anon3741356d0502()828 map_type map3(map2);833 CHECK(map1 == map3);
120 TMap map3(v.begin(), v.end(), allocator); in test_deduction_guides() local121 …static_assert(std::is_same_v<decltype(map3), TMap<int, int, std::less<int>, decltype(allocator)> >… in test_deduction_guides()
1068 map_type map3(1, compare); in TestHashCompareConstructors() local