Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp2216 const std::unordered_map<std::string, bool> kTagCheck = { in ElementCast() local
2250 auto check = kTagCheck.find(element->tag()); in ElementCast()
2251 if (check != kTagCheck.end() && check->second) { in ElementCast()
2266 kTagCheck = { in Inflate() local
2302 auto check = kTagCheck.find(el->name); in Inflate()
2303 if (check != kTagCheck.end()) { in Inflate()