HomeSort by relevance Sort by last modified time
    Searched refs:end_attributes (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlPullParser.cpp 183 XmlPullParser::const_iterator XmlPullParser::end_attributes() const { function in class:aapt::xml::XmlPullParser
293 if (iter != parser->end_attributes()) {
302 if (iter != parser->end_attributes()) {
XmlPullParser.h 146 const_iterator end_attributes() const;
297 const auto end_iter = end_attributes();
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 280 const auto end_attr_iter = parser->end_attributes();
    [all...]

Completed in 136 milliseconds