Searched refs:type_entry (Results 1 – 3 of 3) sorted by relevance
337 for (const auto& type_entry : type_spec.second.type_entries) { in CollectConfigurations() local338 out_configs->insert(type_entry.config); in CollectConfigurations()347 for (const auto& type_entry : type_spec.second.type_entries) { in CollectLocales() local348 if (type_entry.config.locale != 0) { in CollectLocales()349 type_entry.config.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()376 for (const auto& type_entry : type_spec->type_entries) { in FindEntryByName() local377 const incfs::verified_map_ptr<ResTable_type>& type = type_entry.type; in FindEntryByName()
736 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal() local742 const ResTable_config& this_config = type_entry->config; in FindEntryInternal()765 const auto& type = type_entry->type; in FindEntryInternal()1359 for (const auto& type_entry : type_spec.type_entries) { in RebuildFilterList() local1360 if (type_entry.config.match(configuration_)) { in RebuildFilterList()1361 group.type_entries.push_back(&type_entry); in RebuildFilterList()
119 auto type_entry = std::find_if( in TEST() local122 ASSERT_NE(type_entry, type_spec->type_entries.end()); in TEST()123 ASSERT_NE(type_entry->type->flags & ResTable_type::FLAG_SPARSE, 0); in TEST()