Lines Matching refs:insert
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100"))); in hmap1()
97 p = m.insert(pair<const char, crope>('c', crope("100"))); in hmap1()
119 m.insert(pair<const char,int>('X', 10)); // Standard way. in hmmap1()
122 m.insert(pair<const char,int>('X', 20)); // jbuck: standard way in hmmap1()
125 m.insert(pair<const char,int>('Y', 32)); // jbuck: standard way in hmmap1()
155 hmap.insert(HMapType::value_type(1, counter)); in hmmap1()
157 hmap.insert(HMapType::value_type(12325, 1)); in hmmap1()
158 hmap.insert(HMapType::value_type(12325, 2)); in hmmap1()
163 hmap.insert(HMapType::value_type(23, 0)); in hmmap1()
211 collection.insert( j->second ); in check_keys()
271 h.insert(make_pair(key, id)); in hmmap2()
272 m.insert(make_pair(key, id)); in hmmap2()
285 s.insert(star); in hmset1()
287 s.insert(star); in hmset1()
302 pair<hash_set<int, hash<int>, equal_to<int> >::iterator, bool> p = s.insert(42); in hset2()
306 p = s.insert(42); in hset2()
319 CPPUNIT_ASSERT( values.insert(val_type("foo", 0)).second ); in insert_erase()
320 CPPUNIT_ASSERT( values.insert(val_type("bar", 0)).second ); in insert_erase()
321 CPPUNIT_ASSERT( values.insert(val_type("abc", 0)).second ); in insert_erase()
323 CPPUNIT_ASSERT( values.insert(hmap::value_type("foo", 0)).second ); in insert_erase()
324 CPPUNIT_ASSERT( values.insert(hmap::value_type("bar", 0)).second ); in insert_erase()
325 CPPUNIT_ASSERT( values.insert(hmap::value_type("abc", 0)).second ); in insert_erase()
336 CPPUNIT_ASSERT( values.insert(val_type("foo", 0)).second ); in insert_erase()
337 CPPUNIT_ASSERT( values.insert(val_type("bar", 0)).second ); in insert_erase()
338 CPPUNIT_ASSERT( values.insert(val_type("abc", 0)).second ); in insert_erase()
340 CPPUNIT_ASSERT( values.insert(hmap::value_type("foo", 0)).second ); in insert_erase()
341 CPPUNIT_ASSERT( values.insert(hmap::value_type("bar", 0)).second ); in insert_erase()
342 CPPUNIT_ASSERT( values.insert(hmap::value_type("abc", 0)).second ); in insert_erase()
392 hint1.insert(i); in allocator_with_state()
397 hint2.insert(i); in allocator_with_state()