Lines Matching refs:insert
225 bool b = x.insert(a,key); in FillTable()
287 w.insert( std::make_pair(MyKey::make(-5), MyData()) ); in TestRehash()
392 t.insert(v.begin(), v.end()); // do nothing in TestIteratorsAndRanges()
395 t.insert(v.begin(), v.end()); // restore in TestIteratorsAndRanges()
409 CHECK(t2.insert(a, key)); in TestIteratorsAndRanges()
420 vd.insert( il ); in test()
612 …CHECK_FAST_MESSAGE((table.insert( a, std::make_pair(MyKey::make(i), move_support_tests::Foo(next))… in apply()
659 table.insert( a, MyKey::make(i) ); in apply()
667 table.insert( a, std::make_pair(MyKey::make(i), MyData(i*i)) ); in apply()
671 table.insert( ca, std::make_pair(MyKey::make(i), MyData(i*i)) ); in apply()
725 table.insert( il ); in apply()
803 if ( table.insert( std::make_pair(MyKey::make(key), MyData2()) ) ) in apply()
824 table.insert( a1, MyKey::make(1) ); in apply()
826 table.insert( a2, MyKey::make(1 + (1<<30)) ); // the same chain in apply()
989 if( my_table.insert( a, key ) ) in operator ()()
1423 bool result = chmap.insert(cacc, int(1)); in test_heterogeneous_insert()
1430 result = chmap.insert(cacc, int(1)); in test_heterogeneous_insert()
1437 result = chmap.insert(acc, int(2)); in test_heterogeneous_insert()
1444 result = chmap.insert(acc, int(2)); in test_heterogeneous_insert()