Searched refs:record_it (Results 1 – 2 of 2) sorted by relevance
195 size_t record_it = my_block * INITIALIZATION_BLOCK_SIZE; in resize_helper() local200 while (record_it++ != record_end) in resize_helper()202 atomic_init(&htab->table[record_it].hashval, (uintptr_t) NULL); in resize_helper()203 atomic_init(&htab->table[record_it].val_ptr, (uintptr_t) NULL); in resize_helper()220 size_t record_it = my_block * MOVE_BLOCK_SIZE; in resize_helper() local225 while (record_it++ != record_end) in resize_helper()228 &htab->old_table[record_it].val_ptr, in resize_helper()234 &htab->old_table[record_it].hashval, in resize_helper()
271 const auto record_it = record.name().labels().begin() + 2; in ApplyServiceTypeEnumerationResults() local272 if (std::equal(domain_it, name.labels().end(), record_it, in ApplyServiceTypeEnumerationResults()