Searched defs:sync_pb2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync_test.py15 import sync_pb2 namespace
28 message = sync_pb2.GetUpdatesMessage()
60 proto = sync_pb2.SyncEntity()
136 entry = sync_pb2.SyncEntity()
160 entry = sync_pb2.SyncEntity()
198 proto = sync_pb2.SyncEntity()
313 msg = sync_pb2.GetUpdatesMessage()
324 response = sync_pb2.GetUpdatesResponse()
329 response = sync_pb2.GetUpdatesResponse()
336 msg = sync_pb2
[all...]
H A Dchromiumsync.py50 import sync_pb2 namespace
108 SYNC_TYPE_FIELDS = sync_pb2.EntitySpecifics.DESCRIPTOR.fields_by_name
320 specifics = sync_pb2.EntitySpecifics()
471 new_marker = sync_pb2.DataTypeProgressMarker()
580 self.induced_error = sync_pb2.ClientToServerResponse.Error()
719 entry = sync_pb2.SyncEntity()
984 tombstone = sync_pb2.SyncEntity()
1131 keystore_entry = sync_pb2.SyncEntity()
1185 entry = sync_pb2.SyncEntity()
1229 entity = sync_pb2
[all...]

Completed in 273 milliseconds