Searched refs:old_to_new_tuple_idx (Results 1 – 1 of 1) sorted by relevance
59 absl::flat_hash_map<int64, int64> old_to_new_tuple_idx; in RemoveDeadTupleIndices() local62 old_to_new_tuple_idx[old_idx] = new_idx; in RemoveDeadTupleIndices()99 auto new_idx_iter = old_to_new_tuple_idx.find(old_idx); in RemoveDeadTupleIndices()100 if (new_idx_iter != old_to_new_tuple_idx.end()) { in RemoveDeadTupleIndices()186 auto new_tuple_idx_it = old_to_new_tuple_idx.find(old_idx); in RemoveDeadTupleIndices()187 if (new_tuple_idx_it != old_to_new_tuple_idx.end()) { in RemoveDeadTupleIndices()