Searched refs:type_entry (Results 1 – 2 of 2) sorted by relevance
357 for (const auto& type_entry : type_spec.second.type_entries) { in CollectConfigurations() local358 out_configs->insert(type_entry.config); in CollectConfigurations()367 for (const auto& type_entry : type_spec.second.type_entries) { in CollectLocales() local368 if (type_entry.config.locale != 0) { in CollectLocales()369 type_entry.config.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()396 for (const auto& type_entry : type_spec->type_entries) { in FindEntryByName() local397 const incfs::verified_map_ptr<ResTable_type>& type = type_entry.type; in FindEntryByName()
869 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal() local877 const ResTable_config& this_config = type_entry->config; in FindEntryInternal()900 const auto& type = type_entry->type; in FindEntryInternal()1503 for (const auto& type_entry : type_spec.type_entries) { in RebuildFilterList() local1505 if (type_entry.config.match(config)) { in RebuildFilterList()1509 group->type_entries.push_back(&type_entry); in RebuildFilterList()