Searched refs:update_entity (Results 1 – 2 of 2) sorted by relevance
112 const sync_pb::SyncEntity* update_entity = *update_it; in ProcessGetUpdatesResponse() local113 if (!update_entity->server_defined_unique_tag().empty()) { in ProcessGetUpdatesResponse()117 update_entity->server_defined_unique_tag()); in ProcessGetUpdatesResponse()119 DCHECK_EQ(data_type_state_.type_root_id, update_entity->id_string()); in ProcessGetUpdatesResponse()121 data_type_state_.type_root_id = update_entity->id_string(); in ProcessGetUpdatesResponse()125 update_entity->client_defined_unique_tag(); in ProcessGetUpdatesResponse()132 EntityTracker::FromServerUpdate(update_entity->id_string(), in ProcessGetUpdatesResponse()134 update_entity->version()); in ProcessGetUpdatesResponse()142 response_data.id = update_entity->id_string(); in ProcessGetUpdatesResponse()144 response_data.response_version = update_entity->version(); in ProcessGetUpdatesResponse()[all …]
1751 sync_pb::EntitySpecifics update_entity; in TEST_F() local1752 update_entity.mutable_session()->CopyFrom(tabs1[0]); in TEST_F()1759 update_entity, in TEST_F()