Searched refs:IsGoodEvent (Results 1 – 7 of 7) sorted by relevance
47 static bool IsGoodEvent(Event event);91 inline bool ResChunkPullParser::IsGoodEvent(ResChunkPullParser::Event event) { in IsGoodEvent() function
42 if (!IsGoodEvent(event_)) { in Next()
98 if (!ResChunkPullParser::IsGoodEvent(parser.Next())) { in Parse()143 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParseTable()217 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParsePackage()476 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in ParseOverlayable()
256 ASSERT_TRUE(parser.IsGoodEvent(parser.Next())); in TEST_F()262 while (table_parser.IsGoodEvent(table_parser.Next())) { in TEST_F()274 while (package_parser.IsGoodEvent(package_parser.Next())) { in TEST_F()
66 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
804 while (ResChunkPullParser::IsGoodEvent(parser.Next())) { in PrintChunk()
262 while (depth > 0 && xml::XmlPullParser::IsGoodEvent(parser->Next())) { in FlattenXmlSubtree()1171 while (xml::XmlPullParser::IsGoodEvent(parser->Next())) { in ParseOverlayable()