Searched refs:insertion_index (Results 1 – 3 of 3) sorted by relevance
163 size_t insertion_index = in RecordAddress() local165 if (UNLIKELY(insertion_index >= kMaxElements)) { in RecordAddress()169 ordered_offsets[insertion_index].store(offset, std::memory_order_relaxed); in RecordAddress()
207 insertion_index = i + 1 if after else i208 parent_of_target.insert_child(insertion_index, new_node)
1510 int insertion_index = a_full_size ? a_full_size - 1 : -1; in compute_diff() local1511 insertion ins(insertion_index); in compute_diff()