Searched refs:mTypePool (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.h104 android::ResStringPool mTypePool; member in class:aapt::BinaryResourceParser
H A DBinaryResourceParser.cpp192 mTypePool.uninit();
200 if (mTypePool.getError() == NO_INIT) {
201 status_t err = mTypePool.setTo(parser.getChunk(),
207 << mTypePool.getError());
261 if (mTypePool.getError() != NO_ERROR) {
284 if (mTypePool.getError() != NO_ERROR) {
312 StringPiece16 typeStr16 = util::getString(mTypePool, type->id - 1);
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp242 StringPool::flattenUtf16(pkgWriter.getBuffer(), mTypePool);
257 StringPool mTypePool; member in class:aapt::__anon1150::PackageFlattener
428 mTypePool.makeRef(typeName);
432 mTypePool.makeRef(toString(type->type));

Completed in 76 milliseconds