Searched defs:mValuePool (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.h100 android::ResStringPool mValuePool; member in class:aapt::BinaryResourceParser
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp60 mValuePool(valuePool), mSourcePool(sourcePool), mSymbolPool(symbolPool),
182 StringPiece16 str = util::getString(*mValuePool, idx);
184 const android::ResStringPool_span* spans = mValuePool->styleAt(idx);
189 util::getString(*mValuePool, spans->name.index).toString(),
203 StringPiece16 str = util::getString(*mValuePool, idx);
209 StringPiece16 str = util::getString(*mValuePool, idx);
379 const android::ResStringPool* mValuePool; member in class:aapt::__anon1155::PackagePbDeserializer

Completed in 243 milliseconds