Searched refs:value_pool_ (Results 1 – 2 of 2) sorted by relevance
139 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()
103 android::ResStringPool value_pool_; variable