Searched refs:AnnotationParams (Results 1 – 3 of 3) sorted by relevance
955 const std::map<std::string, std::string> params = a.AnnotationParams(ConstantValueDecorator); in GenerateJavaUnsupportedAppUsageParameters()981 for (const auto& [name, value] : annotation->AnnotationParams(ConstantValueDecorator)) { in GenerateJavaAnnotations()
381 std::map<std::string, std::string> AidlAnnotation::AnnotationParams( in AnnotationParams() function in AidlAnnotation399 for (const auto& [name, value] : AnnotationParams(AidlConstantValueDecorator)) { in ToString()482 for (const auto& name_and_param : ann->AnnotationParams(AidlConstantValueDecorator)) { in RustDerive()
293 std::map<std::string, std::string> AnnotationParams(