Home
last modified time | relevance | path

Searched refs:id_map (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DIdAssigner_test.cpp117 std::unordered_map<ResourceName, ResourceId> id_map = { in TEST() local
119 IdAssigner assigner(&id_map); in TEST()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp616 const std::unordered_map<ResourceName, ResourceId>& id_map, in WriteStableIdMapToPath() argument
624 for (const auto& entry : id_map) { in WriteStableIdMapToPath()