Home | History | Annotate | Download | only in engine

Lines Matching refs:sync_pb

36 class SyncEntity : public IdWrapper<sync_pb::SyncEntity> {
39 explicit SyncEntity(const sync_pb::SyncEntity& other)
40 : IdWrapper<sync_pb::SyncEntity>(other) {
50 IdWrapper<sync_pb::SyncEntity>::set_old_parent_id(
55 sync_pb::SyncEntity::old_parent_id());
72 : public IdWrapper<sync_pb::CommitResponse_EntryResponse> {
75 class ClientToServerMessage : public sync_pb::ClientToServerMessage {
82 typedef sync_pb::CommitMessage CommitMessage;
83 typedef sync_pb::ClientToServerResponse ClientToServerResponse;
84 typedef sync_pb::CommitResponse CommitResponse;
85 typedef sync_pb::GetUpdatesResponse GetUpdatesResponse;
86 typedef sync_pb::GetUpdatesMessage GetUpdatesMessage;