Searched refs:parent_tag (Results 1 – 1 of 1) sorted by relevance
227 const std::string& parent_tag);458 std::unique_ptr<Element> Visit(xml::Element* element, const std::string& parent_tag);2971 ManifestExtractor* extractor, xml::Element* el, const std::string& parent_tag) { in Inflate() argument3072 el->name, parent_tag)) != kValidChildParentTags.end(); in Inflate()3090 xml::Element* el, const std::string& parent_tag) { in Visit() argument3091 auto element = ManifestExtractor::Element::Inflate(this, el, parent_tag); in Visit()