Searched refs:insert_index (Results 1 – 5 of 5) sorted by relevance
661 size_type insert_index = variable663 size_type insert_end_index = insert_index + insert_count;677 construction_tx.Construct(new_data + insert_index, &values, insert_count);679 move_construciton_tx.Construct(new_data, &move_values, insert_index);683 storage_view.size - insert_index);694 return iterator(new_data + insert_index);708 pointer move_assignment_values = storage_view.data + insert_index;744 return iterator(storage_view.data + insert_index);
382 uint32_t insert_index = current_inst->GetSingleWordInOperand(2); in RewriteInsertInstruction() local383 if (!live_components.Get(insert_index)) { in RewriteInsertInstruction()395 temp.Clear(insert_index); in RewriteInsertInstruction()
213 const auto insert_index = (fComposite == Composite::kAbove) ? i : count - i - 1; in apply() local215 compute_transform(insert_index))); in apply()