Searched refs:mValuePool (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceTable.h202 StringPool mValuePool; member in class:aapt::ResourceTable
236 return mValuePool;
240 return mValuePool;
H A DBinaryResourceParser.cpp261 if (mValuePool.getError() == NO_INIT) {
262 if (mValuePool.setTo(parser.getChunk(), parser.getChunk()->size) !=
266 << mValuePool.getError()
274 mValuePool.size(), mValuePool.styleCount());
328 if (mValuePool.getError() != NO_ERROR) {
670 StringPiece16 str = util::getString(mValuePool, value->data);
672 const ResStringPool_span* spans = mValuePool.styleAt(value->data);
677 util::getString(mValuePool, spans->name.index).toString(),
726 mTable->getValueStringPool().makeRef(util::getString(mValuePool, valu
[all...]
H A DBinaryResourceParser.h125 android::ResStringPool mValuePool; member in class:aapt::BinaryResourceParser
H A DResourceTable.cpp386 iter->value = std::unique_ptr<Value>(otherValue.value->clone(&mValuePool));
401 std::unique_ptr<Value>(otherValue.value->clone(&mValuePool)),

Completed in 65 milliseconds