Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp477 if (const auto* ann = GetAnnotation(annotations_, AidlAnnotation::Type::RUST_DERIVE)) { in RustDerive() local
478 for (const auto& name_and_param : ann->AnnotationParams(AidlConstantValueDecorator)) { in RustDerive()