Searched refs:compiled_prim (Results 1 – 1 of 1) sorted by relevance
276 const BinaryPrimitive* compiled_prim = ValueCast<BinaryPrimitive>(attr.compiled_value.get()); in ExtractCompiledInt() local277 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() local301 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()