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

/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.h129 android::ResStringPool mTypePool; member in class:aapt::BinaryResourceParser
H A DBinaryResourceParser.cpp380 if (mTypePool.getError() == NO_INIT) {
381 if (mTypePool.setTo(parser.getChunk(), parser.getChunk()->size) !=
385 << mTypePool.getError()
467 const ResourceType* parsedType = parseResourceType(util::getString(mTypePool,
471 << "invalid type " << util::getString(mTypePool, header->typeId - 1) << std::endl;
515 if (mTypePool.getError() != NO_ERROR) {
542 if (mTypePool.getError() != NO_ERROR) {
574 const StringPiece16 typeName = util::getString(mTypePool, type->id - 1);

Completed in 55 milliseconds