Home
last modified time | relevance | path

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

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