Searched refs:operation_buffer_ (Results 1 – 2 of 2) sorted by relevance
162 operation_buffer_.resize(max_edit_operations_);185 operation_buffer_.resize(max); in SetMaxEditOperationsForTesting()361 operation_buffer_[last_insert_position].reset(); in AddOperationRecord()364 operation_buffer_[0].reset(); in AddOperationRecord()373 operation_buffer_[last_insert_position].reset(); in AddOperationRecord()384 operation_buffer_[last_insert_position] = std::move(op); in AddOperationRecord()391 for (auto& record : operation_buffer_) in ClearOperationRecords()543 return operation_buffer_[next_operation_index_to_undo_] != nullptr && in CanUndo()550 operation_buffer_[idx] != nullptr; in CanRedo()559 operation_buffer_[next_operation_index_to_undo_]->Redo(); in Redo()[all …]
218 std::vector<std::unique_ptr<Operation>> operation_buffer_; variable