Searched refs:operation_buffer_ (Results 1 – 2 of 2) sorted by relevance
151 operation_buffer_.resize(max_edit_operations_);174 operation_buffer_.resize(max); in SetMaxEditOperationsForTesting()387 operation_buffer_[last_insert_position].reset(); in AddOperationRecord()390 operation_buffer_[0].reset(); in AddOperationRecord()399 operation_buffer_[last_insert_position].reset(); in AddOperationRecord()410 operation_buffer_[last_insert_position] = std::move(op); in AddOperationRecord()417 for (auto& record : operation_buffer_) in ClearOperationRecords()568 return operation_buffer_[next_operation_index_to_undo_] != nullptr && in CanUndo()575 operation_buffer_[idx] != nullptr; in CanRedo()584 operation_buffer_[next_operation_index_to_undo_]->Redo(); in Redo()[all …]
225 std::vector<std::unique_ptr<Operation>> operation_buffer_; variable