Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp409 static const AidlAnnotation* GetAnnotation( in GetAnnotation() function
423 const AidlAnnotation* annotation = GetAnnotation(defined_type.GetAnnotations(), type); in GetScopedAnnotation()
438 return GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsNullable()
442 auto annot = GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsHeapNullable()
450 return GetAnnotation(annotations_, AidlAnnotation::Type::UTF8_IN_CPP); in IsUtf8InCpp()
454 return GetAnnotation(annotations_, AidlAnnotation::Type::SENSITIVE_DATA); in IsSensitiveData()
464 return GetAnnotation(annotations_, AidlAnnotation::Type::JAVA_ONLY_IMMUTABLE); in IsJavaOnlyImmutable()
468 return GetAnnotation(annotations_, AidlAnnotation::Type::FIXED_SIZE); in IsFixedSize()
472 return GetAnnotation(annotations_, AidlAnnotation::Type::UNSUPPORTED_APP_USAGE); in UnsupportedAppUsage()
477 if (const auto* ann = GetAnnotation(annotations_, AidlAnnotation::Type::RUST_DERIVE)) { in RustDerive()
[all …]