Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_language.cpp344 return GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsNullable()
348 return GetAnnotation(annotations_, AidlAnnotation::Type::UTF8_IN_CPP); in IsUtf8InCpp()
352 return GetAnnotation(annotations_, AidlAnnotation::Type::SENSITIVE_DATA); in IsSensitiveData()
356 return GetAnnotation(annotations_, AidlAnnotation::Type::VINTF_STABILITY); in IsVintfStability()
360 return GetAnnotation(annotations_, AidlAnnotation::Type::JAVA_ONLY_IMMUTABLE); in IsJavaOnlyImmutable()
364 return GetAnnotation(annotations_, AidlAnnotation::Type::FIXED_SIZE); in IsFixedSize()
368 return GetAnnotation(annotations_, AidlAnnotation::Type::UNSUPPORTED_APP_USAGE); in UnsupportedAppUsage()
372 return GetAnnotation(annotations_, AidlAnnotation::Type::RUST_DERIVE); in RustDerive()
376 return GetAnnotation(annotations_, AidlAnnotation::Type::BACKING); in BackingType()
395 return GetAnnotation(annotations_, AidlAnnotation::Type::HIDE); in IsHide()
[all …]
/aosp12/art/dexlayout/
H A Ddex_verify.cc508 return VerifyEncodedAnnotation(orig->GetAnnotation(), in VerifyAnnotation()
509 output->GetAnnotation(), in VerifyAnnotation()
H A Ddex_writer.cc374 WriteEncodedAnnotation(stream, annotation->GetAnnotation()); in WriteAnnotations()
H A Ddex_ir.h1112 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation() function
H A Ddexlayout.cc699 DumpEncodedAnnotation(annotation->GetAnnotation()); in DumpAnnotationSetItem()