Searched refs:num_inserted (Results 1 – 3 of 3) sorted by relevance
45 num_inserted = 049 node.children.insert(index + num_inserted, continuation_node)50 num_inserted += 1
164 size_t num_inserted = 0; in test2() local178 num_inserted++; in test2()187 num_inserted--; in test2()192 if (num_inserted > 0) { in test2()201 num_inserted--; in test2()206 if (num_inserted) { in test2()
100 const std::size_t num_inserted = keys.NumElements(); in TryInsertMany() local116 (num_inserted == 0 || !incomplete_.empty()), in TryInsertMany()120 ". Number of new insertions: ", num_inserted, in TryInsertMany()130 for (int i = 0; i < num_inserted; ++i) { in TryInsertMany()