Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp139 if (value_pool_.getError() == NO_INIT) { in ParseTable()
141 value_pool_.setTo(parser.chunk(), util::DeviceToHost32(parser.chunk()->size)); in ParseTable()
144 << "corrupt string pool in ResTable: " << value_pool_.getError()); in ParseTable()
149 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount()); in ParseTable()
518 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue(name.type, config, value_pool_, in ParseValue()
DBinaryResourceParser.h103 android::ResStringPool value_pool_; variable