Searched refs:GetAnnotation (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl_language.cpp | 344 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 D | dex_verify.cc | 508 return VerifyEncodedAnnotation(orig->GetAnnotation(), in VerifyAnnotation() 509 output->GetAnnotation(), in VerifyAnnotation()
|
H A D | dex_writer.cc | 374 WriteEncodedAnnotation(stream, annotation->GetAnnotation()); in WriteAnnotations()
|
H A D | dex_ir.h | 1112 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation() function
|
H A D | dexlayout.cc | 699 DumpEncodedAnnotation(annotation->GetAnnotation()); in DumpAnnotationSetItem()
|