Lines Matching refs:ValueCast
543 FileReference* file_ref = ValueCast<FileReference>(config_value->value.get()); in Flatten()
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()
1024 if (ValueCast<Id>(config_value->value.get()) && package->name == "android") { in VerifyNoExternalPackages()
1083 const auto localeconfig_reference = ValueCast<Reference>(localeConfig->compiled_value.get()); in VerifyLocaleFormat()
1097 const FileReference* file_ref = ValueCast<FileReference>(value->value.get()); 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()
1819 const auto ref = ValueCast<Reference>(attr->compiled_value.get()); in VerifySharedUserId()
1828 const auto str_value = ValueCast<String>(value->value.get()); in VerifySharedUserId()