Searched refs:IsGoodEvent (Results 1 – 5 of 5) sorted by relevance
66 static bool IsGoodEvent(Event event);235 while (IsGoodEvent(event = parser->Next()) && parser->depth() > start_depth + 1) { in NextChildNode()239 while ((event != Event::kEndElement || parser->depth() > start_depth) && IsGoodEvent(event)) { in NextChildNode()274 inline bool XmlPullParser::IsGoodEvent(XmlPullParser::Event event) { in IsGoodEvent() function
54 static bool IsGoodEvent(Event event);104 inline bool ResChunkPullParser::IsGoodEvent(ResChunkPullParser::Event event) { in IsGoodEvent() function
40 if (!IsGoodEvent(event_)) { in Next()
90 if (!ResChunkPullParser::IsGoodEvent(parser.Next())) { in Parse()135 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParseTable()220 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParsePackage()
176 while (xml::XmlPullParser::IsGoodEvent(parser->Next())) { in FlattenXmlSubtree()