Searched refs:gu_response (Results 1 – 4 of 4) sorted by relevance
63 void PartitionUpdatesByType(const sync_pb::GetUpdatesResponse& gu_response, in PartitionUpdatesByType() argument66 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() argument96 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() argument117 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 …]
281 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local282 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() local302 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() local319 InitFakeUpdateResponse(&gu_response); in TEST_F()[all …]
80 SyncerError ProcessResponse(const sync_pb::GetUpdatesResponse& gu_response,87 const sync_pb::GetUpdatesResponse& gu_response,
134 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local173 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local208 sync_pb::GetUpdatesResponse gu_response; in TEST_F() local