Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp276 const BinaryPrimitive* compiled_prim = ValueCast<BinaryPrimitive>(attr.compiled_value.get()); in ExtractCompiledInt() local
277 if (compiled_prim != nullptr) { in ExtractCompiledInt()
278 if (compiled_prim->value.dataType >= android::Res_value::TYPE_FIRST_INT && in ExtractCompiledInt()
279 compiled_prim->value.dataType <= android::Res_value::TYPE_LAST_INT) { in ExtractCompiledInt()
280 return compiled_prim->value.data; in ExtractCompiledInt()
300 const BinaryPrimitive* compiled_prim = ValueCast<BinaryPrimitive>(attr.compiled_value.get()); in ExtractSdkVersion() local
301 if (compiled_prim != nullptr) { in ExtractSdkVersion()
302 if (compiled_prim->value.dataType >= android::Res_value::TYPE_FIRST_INT && in ExtractSdkVersion()
303 compiled_prim->value.dataType <= android::Res_value::TYPE_LAST_INT) { in ExtractSdkVersion()
304 return compiled_prim->value.data; in ExtractSdkVersion()