Lines Matching refs:insert
74 h1->insert (i, &values[i]); in test_basic_heap_operations()
105 nodes[i] = h->insert (i, &buffer[i]); in build_simple_heap()
149 heap->insert (i / 3, &values[i]); in test_duplicate_keys()
178 heap1->insert (i, &value); in test_union()
182 heap2->insert (i, &value); in test_union()
206 heap1->insert (i, &value); in test_union_of_equal_heaps()
210 heap2->insert (i, &value); in test_union_of_equal_heaps()
261 heap->insert (heap_key (1), &value); in test_struct_key()
262 heap->insert (heap_key (10), &value); in test_struct_key()
263 heap->insert (heap_key (100), &value); in test_struct_key()
264 heap->insert (heap_key (1000), &value); in test_struct_key()