Searched refs:table_parser (Results 1 – 1 of 1) sorted by relevance
260 ResChunkPullParser table_parser(GetChunkData(parser.chunk()), GetChunkDataLen(parser.chunk())); in TEST_F() local262 while (table_parser.IsGoodEvent(table_parser.Next())) { in TEST_F()263 if (android::util::DeviceToHost16(table_parser.chunk()->type) == RES_TABLE_PACKAGE_TYPE) { in TEST_F()264 package_chunk = table_parser.chunk(); in TEST_F()271 ResChunkPullParser package_parser(GetChunkData(table_parser.chunk()), in TEST_F()272 GetChunkDataLen(table_parser.chunk())); in TEST_F()