Home
last modified time | relevance | path

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

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