Searched refs:type_entry (Results 1 – 2 of 2) sorted by relevance
353 for (const auto& type_entry : type_spec.second.type_entries) { in CollectConfigurations() local354 out_configs->insert(type_entry.config); in CollectConfigurations()363 for (const auto& type_entry : type_spec.second.type_entries) { in CollectLocales() local364 if (type_entry.config.locale != 0) { in CollectLocales()365 type_entry.config.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()392 for (const auto& type_entry : type_spec->type_entries) { in FindEntryByName() local393 const incfs::verified_map_ptr<ResTable_type>& type = type_entry.type; in FindEntryByName()
810 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal() local816 const ResTable_config& this_config = type_entry->config; in FindEntryInternal()839 const auto& type = type_entry->type; in FindEntryInternal()1422 for (const auto& type_entry : type_spec.type_entries) { in RebuildFilterList() local1423 if (type_entry.config.match(configuration_)) { in RebuildFilterList()1427 group->type_entries.push_back(&type_entry); in RebuildFilterList()