Searched refs:kTagCheck (Results 1 – 1 of 1) sorted by relevance
2216 const std::unordered_map<std::string, bool> kTagCheck = { in ElementCast() local2250 auto check = kTagCheck.find(element->tag()); in ElementCast()2251 if (check != kTagCheck.end() && check->second) { in ElementCast()2266 kTagCheck = { in Inflate() local2302 auto check = kTagCheck.find(el->name); in Inflate()2303 if (check != kTagCheck.end()) { in Inflate()