Searched refs:GetModelTypeFromSpecifics (Results 1 – 6 of 6) sorted by relevance
97 ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics);
132 ModelType specifics_type = GetModelTypeFromSpecifics(sync_entity.specifics()); in GetModelType()150 ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics) { in GetModelTypeFromSpecifics() function
186 DCHECK_EQ(type, GetModelTypeFromSpecifics(specifics)); in VerifyDataTypeEncryption()
695 ModelType local_type = GetModelTypeFromSpecifics(local_specifics); in PurgeEntriesWithTypeIn()696 ModelType server_type = GetModelTypeFromSpecifics(server_specifics); in PurgeEntriesWithTypeIn()1326 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SERVER_SPECIFICS)); in GetServerModelTypeHelper()1340 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SPECIFICS)); in GetModelType()
727 return syncable::GetModelTypeFromSpecifics(specifics); in ModelIdToModelTypeEnum()
253 DCHECK(syncable::GetModelTypeFromSpecifics(unencrypted_data_) != in GetUnencryptedSpecifics()257 DCHECK(syncable::GetModelTypeFromSpecifics(unencrypted_data_) == in GetUnencryptedSpecifics()435 syncable::ModelType type = syncable::GetModelTypeFromSpecifics(*unencrypted); in EncryptIfNecessary()