Home
last modified time | relevance | path

Searched refs:table_parser (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp262 ResChunkPullParser table_parser(GetChunkData(parser.chunk()), GetChunkDataLen(parser.chunk())); in TEST_F() local
264 while (table_parser.IsGoodEvent(table_parser.Next())) { in TEST_F()
265 if (util::DeviceToHost16(table_parser.chunk()->type) == RES_TABLE_PACKAGE_TYPE) { in TEST_F()
266 package_chunk = table_parser.chunk(); in TEST_F()
273 ResChunkPullParser package_parser(GetChunkData(table_parser.chunk()), in TEST_F()
274 GetChunkDataLen(table_parser.chunk())); in TEST_F()