Home
last modified time | relevance | path

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

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