Home
last modified time | relevance | path

Searched refs:value_pool_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp146 if (value_pool_.getError() == NO_INIT) { in ParseTable()
148 value_pool_.setTo(parser.chunk(), util::DeviceToHost32(parser.chunk()->size)); 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()
559 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue(name.type, config, value_pool_, in ParseValue()
H A DBinaryResourceParser.h106 android::ResStringPool value_pool_; variable