Lines Matching refs:compiled_value
800 if (BinaryPrimitive* prim = ValueCast<BinaryPrimitive>(attr->compiled_value.get())) { in ExtractCompileSdkVersions()
811 } else if (String* str = ValueCast<String>(attr->compiled_value.get())) { in ExtractCompileSdkVersions()
824 if (String* str = ValueCast<String>(attr->compiled_value.get())) { in ExtractCompileSdkVersions()
1082 if (localeConfig->compiled_value) { in VerifyLocaleFormat()
1083 const auto localeconfig_reference = ValueCast<Reference>(localeConfig->compiled_value.get()); in VerifyLocaleFormat()
1092 android::DiagMessage(localeConfig->compiled_value->GetSource()) in VerifyLocaleFormat()
1100 android::DiagMessage(localeConfig->compiled_value->GetSource()) in VerifyLocaleFormat()
1737 const auto icon_reference = ValueCast<Reference>(icon->compiled_value.get()); in AliasAdaptiveIcon()
1754 const auto round_icon_reference = ValueCast<Reference>(round_icon->compiled_value.get()); in AliasAdaptiveIcon()
1818 if (attr->compiled_value) { in VerifySharedUserId()
1819 const auto ref = ValueCast<Reference>(attr->compiled_value.get()); in VerifySharedUserId()