Searched refs:specifics_type (Results 1 – 2 of 2) sorted by relevance
132 ModelType specifics_type = GetModelTypeFromSpecifics(sync_entity.specifics()); in GetModelType() local133 if (specifics_type != UNSPECIFIED) in GetModelType()134 return specifics_type; in GetModelType()
1309 ModelType specifics_type = GetServerModelTypeHelper(); in GetServerModelType() local1310 if (specifics_type != UNSPECIFIED) in GetServerModelType()1311 return specifics_type; in GetServerModelType()1326 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SERVER_SPECIFICS)); in GetServerModelTypeHelper() local1327 if (specifics_type != UNSPECIFIED) in GetServerModelTypeHelper()1328 return specifics_type; in GetServerModelTypeHelper()1340 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SPECIFICS)); in GetModelType() local1341 if (specifics_type != UNSPECIFIED) in GetModelType()1342 return specifics_type; in GetModelType()