Searched refs:value_pool_ (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/format/binary/ |
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()
|
D | BinaryResourceParser.h | 107 android::ResStringPool value_pool_; variable
|
/frameworks/base/tools/aapt2/ |
D | Debug.cpp | 663 ResourceUtils::ParseBinaryResValue(*type, config, value_pool_, *value, &out_pool_); in PrintResValue() 753 if (value_pool_.getError() == NO_INIT) { in PrintStringPool() 754 pool = &value_pool_; in PrintStringPool() 854 ResStringPool value_pool_; member in aapt::__anon679a35f80511::ChunkPrinter
|