Home
last modified time | relevance | path

Searched refs:gu_response (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/engine/
Dget_updates_processor.cc63 void PartitionUpdatesByType(const sync_pb::GetUpdatesResponse& gu_response, in PartitionUpdatesByType() argument
66 int update_count = gu_response.entries().size(); in PartitionUpdatesByType()
72 const sync_pb::SyncEntity& update = gu_response.entries(i); in PartitionUpdatesByType()
93 const sync_pb::GetUpdatesResponse& gu_response, in PartitionProgressMarkersByType() argument
96 for (int i = 0; i < gu_response.new_progress_marker_size(); ++i) { in PartitionProgressMarkersByType()
97 int field_number = gu_response.new_progress_marker(i).data_type_id(); in PartitionProgressMarkersByType()
114 const sync_pb::GetUpdatesResponse& gu_response, in PartitionContextMutationsByType() argument
117 for (int i = 0; i < gu_response.context_mutations_size(); ++i) { in PartitionContextMutationsByType()
118 int field_number = gu_response.context_mutations(i).data_type_id(); in PartitionContextMutationsByType()
276 const sync_pb::GetUpdatesResponse& gu_response, in ProcessResponse() argument
[all …]
Dget_updates_processor_unittest.cc281 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local
282 InitFakeUpdateResponse(&gu_response); in TEST_F()
286 gu_response.clear_changes_remaining(); in TEST_F()
293 SyncerError error = processor->ProcessResponse(gu_response, in TEST_F()
301 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local
302 InitFakeUpdateResponse(&gu_response); in TEST_F()
303 gu_response.set_changes_remaining(1); in TEST_F()
310 SyncerError error = processor->ProcessResponse(gu_response, in TEST_F()
318 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local
319 InitFakeUpdateResponse(&gu_response); in TEST_F()
[all …]
Dget_updates_processor.h80 SyncerError ProcessResponse(const sync_pb::GetUpdatesResponse& gu_response,
87 const sync_pb::GetUpdatesResponse& gu_response,
Ddirectory_update_handler_unittest.cc134 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local
173 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local
208 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local