Home | History | Annotate | Download | only in engine

Lines Matching full:update_response

32     const sync_pb::ClientToServerResponse& update_response,
35 if (update_response.get_updates().encryption_keys_size() == 0) {
42 update_response.get_updates().encryption_keys(),
46 << update_response.get_updates().encryption_keys_size()
85 sync_pb::ClientToServerResponse update_response;
91 &update_response,
95 update_response);
101 status->mutable_updates_response()->CopyFrom(update_response);
104 << " returned " << update_response.get_updates().entries_size()
106 << update_response.get_updates().changes_remaining()
110 update_response.get_updates().encryption_keys_size() > 0) {
113 HandleGetEncryptionKeyResponse(update_response, dir));