Searched refs:CommitResponse (Results 1 – 6 of 6) sorted by relevance
80 const CommitResponse& cr = response.commit(); in ModelNeutralExecuteImpl()122 const CommitResponse& cr = response.commit(); in ProcessCommitResponse()141 CommitResponse::ResponseType response_type = in ProcessCommitResponse()148 case CommitResponse::INVALID_MESSAGE: in ProcessCommitResponse()151 case CommitResponse::CONFLICT: in ProcessCommitResponse()157 case CommitResponse::SUCCESS: in ProcessCommitResponse()164 case CommitResponse::OVER_QUOTA: in ProcessCommitResponse()166 case CommitResponse::RETRY: in ProcessCommitResponse()167 case CommitResponse::TRANSIENT_ERROR: in ProcessCommitResponse()207 CommitResponse::ResponseType[all …]
84 typedef sync_pb::CommitResponse CommitResponse; typedef
163 entry_response->set_response_type(CommitResponse::SUCCESS); in CreateUnprocessedCommitResult()186 void SetLastErrorCode(CommitResponse::ResponseType error_code) { in SetLastErrorCode()403 SetLastErrorCode(CommitResponse::TRANSIENT_ERROR); in TEST_P()408 SetLastErrorCode(CommitResponse::TRANSIENT_ERROR); in TEST_P()
35 CommitResponse::ResponseType ProcessSingleCommitResponse(
792 reply.response_type = sync_pb2.CommitResponse.CONFLICT796 reply.response_type = sync_pb2.CommitResponse.SUCCESS
67 // CommitResponse.EntryResponse. In the context of a GetUpdatesResponse,415 message CommitResponse { message559 optional CommitResponse commit = 1;