Searched refs:value_pool_ (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | BinaryResourceParser.cpp | 146 if (value_pool_.getError() == NO_INIT) { in ParseTable() 147 status_t err = value_pool_.setTo(parser.chunk(), in ParseTable() 151 << "corrupt string pool in ResTable: " << value_pool_.getError()); in ParseTable() 156 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount()); in ParseTable() 566 name.type.type, config, value_pool_, value, &table_->string_pool); in ParseValue()
|
H A D | BinaryResourceParser.h | 107 android::ResStringPool value_pool_; variable
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Debug.cpp | 653 ResourceUtils::ParseBinaryResValue(*type, config, value_pool_, *value, &out_pool_); in PrintResValue() 743 if (value_pool_.getError() == NO_INIT) { in PrintStringPool() 744 pool = &value_pool_; in PrintStringPool() 844 ResStringPool value_pool_; member in aapt::__anon90c09ce60510::ChunkPrinter
|