Searched defs:XmlParser (Results 1 – 4 of 4) sorted by relevance
31 struct XmlParser { struct32 using Event = ResXMLParser::event_code_t;33 class iterator;62 ResXMLParser parser_;63 friend iterator;68 iterator(const iterator& other) : iterator(other.tree_, other.iter_) { in iterator()90 iterator begin() const { in begin()97 iterator end() const { in end()123 friend XmlParser; argument138 explicit XmlParser(std::unique_ptr<ResXMLTree> tree); argument[all …]
33 public interface XmlParser<T> { interface
159 TEST_F(AttributeResolutionXmlTest, XmlParser) { in TEST_F() argument
155 XmlParser::XmlParser(std::unique_ptr<ResXMLTree> tree) : tree_(std::move(tree)) { in XmlParser() function in android::idmap2::XmlParser