Searched refs:new_tuple_idx_it (Results 1 – 1 of 1) sorted by relevance
186 auto new_tuple_idx_it = old_to_new_tuple_idx.find(old_idx); in RemoveDeadTupleIndices() local187 if (new_tuple_idx_it != old_to_new_tuple_idx.end()) { in RemoveDeadTupleIndices()188 int64 gte_idx = new_tuple_idx_it->second; in RemoveDeadTupleIndices()