Lines Matching refs:map1
401 hash_map_type map1(allocator), map2(allocator); in TestScopedAllocator() local
408 map1.emplace(key1, data1); in TestScopedAllocator()
411 map1.clear(); in TestScopedAllocator()
414 map1.insert(v1); in TestScopedAllocator()
417 map1.clear(); in TestScopedAllocator()
420 map1.insert(init_list); in TestScopedAllocator()
422 map1.clear(); in TestScopedAllocator()
429 map1 = map2; in TestScopedAllocator()
430 map2 = std::move(map1); in TestScopedAllocator()
780 map_type map1(map); in __anon3741356d0302() local
781 utils::suppress_unused_warning(map1); in __anon3741356d0302()
826 map_type map1{}; variable
830 swap(map1, map2);
833 CHECK(map1 == map3);