Searched refs:id_map (Results 1 – 4 of 4) sorted by relevance
209 for (auto id_map : id_maps) { in TEST_F() local210 if (id_map.visible_to_framework) { in TEST_F()
137 std::unordered_map<ResourceName, ResourceId> id_map = { in TEST_F() local139 IdAssigner assigner(&id_map); in TEST_F()
604 for (const auto& id_map : package_group.overlays_) { in FindEntry() local605 auto overlay_entry = id_map.overlay_res_maps_.Lookup(resid); in FindEntry()613 result->dynamic_ref_table = id_map.overlay_res_maps_.GetOverlayDynamicRefTable(); in FindEntry()614 result->cookie = id_map.cookie; in FindEntry()643 result->dynamic_ref_table = id_map.overlay_res_maps_.GetOverlayDynamicRefTable(); in FindEntry()
683 const std::unordered_map<ResourceName, ResourceId>& id_map, in WriteStableIdMapToPath() argument692 for (const auto& entry : id_map) { in WriteStableIdMapToPath()