Searched refs:commit_data_req_ (Results 1 – 2 of 2) sorted by relevance
178 if (!commit_data_req_) { in UpdateCommitDataRequest()179 commit_data_req_.reset(new CommitDataRequest()); in UpdateCommitDataRequest()194 commit_data_req_->add_chunks_to_move(); in UpdateCommitDataRequest()222 last_chunk_req = commit_data_req_->add_chunks_to_patch(); in UpdateCommitDataRequest()280 req = std::move(commit_data_req_); in FlushPendingCommitDataRequests()365 if (!commit_data_req_) { in NotifyFlushComplete()366 commit_data_req_.reset(new CommitDataRequest()); in NotifyFlushComplete()371 req_id = std::max(req_id, commit_data_req_->flush_request_id()); in NotifyFlushComplete()373 commit_data_req_->set_flush_request_id(req_id); in NotifyFlushComplete()
138 std::unique_ptr<CommitDataRequest> commit_data_req_; variable