Searched refs:entryresponse (Results 1 – 6 of 6) sorted by relevance
114 sync_pb::CommitResponse_EntryResponse* entryresponse = in DoSuccessfulCommit() local116 entryresponse->set_response_type(sync_pb::CommitResponse::SUCCESS); in DoSuccessfulCommit()117 entryresponse->set_id_string(GenerateId(tag_hash)); in DoSuccessfulCommit()118 entryresponse->set_parent_id_string(it->parent_id_string()); in DoSuccessfulCommit()119 entryresponse->set_version(version); in DoSuccessfulCommit()120 entryresponse->set_name(it->name()); in DoSuccessfulCommit()121 entryresponse->set_mtime(it->mtime()); in DoSuccessfulCommit()
394 last_commit_response().entryresponse(0).response_type()); in AddUpdateFromLastCommit()405 last_commit_response().entryresponse(0).position_in_parent()); in AddUpdateFromLastCommit()407 last_commit_response().entryresponse(0).version()); in AddUpdateFromLastCommit()409 last_commit_response().entryresponse(0).id_string()); in AddUpdateFromLastCommit()415 last_commit_response().entryresponse(0).id_string()); in AddUpdateFromLastCommit()
54 commit_response.entryresponse(entries_start_index_ + i); in ProcessCommitResponse()
93 commit_response.entryresponse(entries_start_index_ + i), in ProcessCommitResponse()
972 SET_REP(entryresponse, EntryResponseToValue); in CommitResponseToValue()
1650 reply = commit_response.entryresponse.add()