Searched defs:XmlParser (Results 1 – 3 of 3) sorted by relevance
33 struct XmlParser { struct34 using Event = ResXMLParser::event_code_t;35 class iterator;64 ResXMLParser parser_;65 friend iterator;70 iterator(const iterator& other) : iterator(other.tree_, other.iter_) { in iterator()92 iterator begin() const { in begin()99 iterator end() const { in end()125 friend XmlParser; argument140 explicit XmlParser(std::unique_ptr<ResXMLTree> tree); argument[all …]
159 TEST_F(AttributeResolutionXmlTest, XmlParser) { in TEST_F() argument
154 XmlParser::XmlParser(std::unique_ptr<ResXMLTree> tree) : tree_(std::move(tree)) { in XmlParser() function in android::idmap2::XmlParser