Lines Matching refs:insert
56 a_ch_map.insert(ch_map::value_type(i,i)); in TestRangeBasedFor()
82 CHECK(my_c.insert( a, my_value.first )); in operator ()()
88 CHECK(!my_c.insert( ca, my_value.first )); in operator ()()
143 CHECK(my_c.insert( ca, value )); in operator ()()
157 CHECK(my_c.insert( a, value )); in operator ()()
166 CHECK(my_c.insert( value ) != default_construction_present); in operator ()()
231 c2.insert( lst.begin(), begin5 ); in Examine()
264 c1.insert( lst.begin(), lst.end() ); in TypeTester()
271 c2.insert( it, lst.end() ); in TypeTester()
276 c3.insert( it, lst.end() ); in TypeTester()
281 c4.insert( it, lst.end()); in TypeTester()
292 c6.insert( lst.begin(), lst.end() ); in TypeTester()
299 c8.insert( lst.begin(), lst.end() ); in TypeTester()
302 c9.insert( lst.begin(), lst.end() ); in TypeTester()
414 map1.insert(v1); in TestScopedAllocator()
415 map2.insert(std::move(v2)); in TestScopedAllocator()
420 map1.insert(init_list); in TestScopedAllocator()
426 map2.insert(a, allocator_data_type(3)); in TestScopedAllocator()
454 m.insert(std::make_pair(i, i * i)); in TestInternalFastFind()
706 bool result = map.insert(acc, 1); in test_chmap_access_mode()
711 result = map.insert(acc, 2L); in test_chmap_access_mode()
717 result = map.insert(acc, value); in test_chmap_access_mode()
722 result = map.insert(acc, typename Map::value_type{4, 4}); in test_chmap_access_mode()
809 big_map.insert(std::pair<const int, int>(i, 42));