Lines Matching refs:operation_buffer_
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()
592 operation_buffer_[next_operation_index_to_undo_]->Undo(); in Undo()