Searched refs:res_value (Results 1 – 6 of 6) sorted by relevance
100 Res_value res_value{}; in FindAttribute() local101 if (parser.getAttributeValue(i, &res_value) == BAD_TYPE) { in FindAttribute()104 return res_value; in FindAttribute()
384 const auto& res_value = entry.res_value(); in GetOverlayData() local387 .data_type = static_cast<uint8_t>(res_value.data_type()), in GetOverlayData()388 .data_value = res_value.data_value()}}}); in GetOverlayData()
733 const android::Res_value& res_value, in ParseBinaryResValue() argument736 if (res_value.dataType != android::Res_value::TYPE_REFERENCE && in ParseBinaryResValue()737 res_value.dataType != android::Res_value::TYPE_DYNAMIC_REFERENCE) { in ParseBinaryResValue()745 const uint32_t data = android::util::DeviceToHost32(res_value.data); in ParseBinaryResValue()746 switch (res_value.dataType) { in ParseBinaryResValue()792 if (res_value.dataType == android::Res_value::TYPE_ATTRIBUTE || in ParseBinaryResValue()793 res_value.dataType == android::Res_value::TYPE_DYNAMIC_ATTRIBUTE) { in ParseBinaryResValue()804 if (res_value.dataType == android::Res_value::TYPE_DYNAMIC_REFERENCE || in ParseBinaryResValue()805 res_value.dataType == android::Res_value::TYPE_DYNAMIC_ATTRIBUTE) { in ParseBinaryResValue()813 return util::make_unique<BinaryPrimitive>(res_value); in ParseBinaryResValue()
230 const android::Res_value& res_value,
252 android::Res_value res_value; in CopyAttributes() local253 if (parser->getAttributeValue(i, &res_value) > 0) { in CopyAttributes()257 if (res_value.dataType != android::Res_value::TYPE_STRING || raw_value_idx < 0 || in CopyAttributes()258 static_cast<uint32_t>(raw_value_idx) != res_value.data) { in CopyAttributes()260 ResourceType::kAnim, {}, parser->getStrings(), res_value, out_pool); in CopyAttributes()
47 ResourceValue res_value = 2;