Searched refs:IsGoodEvent (Results 1 – 6 of 6) sorted by relevance
68 static bool IsGoodEvent(Event event);242 while (IsGoodEvent(event = parser->Next()) && parser->depth() > start_depth + 1) { in NextChildNode()246 while ((event != Event::kEndElement || parser->depth() > start_depth) && IsGoodEvent(event)) { in NextChildNode()283 inline bool XmlPullParser::IsGoodEvent(XmlPullParser::Event event) { in IsGoodEvent() function
47 static bool IsGoodEvent(Event event);90 inline bool ResChunkPullParser::IsGoodEvent(ResChunkPullParser::Event event) { in IsGoodEvent() function
40 if (!IsGoodEvent(event_)) { in Next()
98 if (!ResChunkPullParser::IsGoodEvent(parser.Next())) { in Parse()136 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParseTable()210 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParsePackage()453 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParseOverlayable()
258 ASSERT_TRUE(parser.IsGoodEvent(parser.Next())); in TEST_F()264 while (table_parser.IsGoodEvent(table_parser.Next())) { in TEST_F()276 while (package_parser.IsGoodEvent(package_parser.Next())) { in TEST_F()
250 while (depth > 0 && xml::XmlPullParser::IsGoodEvent(parser->Next())) { in FlattenXmlSubtree()1070 while (xml::XmlPullParser::IsGoodEvent(parser->Next())) { in ParseOverlayable()