Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp326 std::set<AidlAnnotation::Type> supported_annotations = GetSupportedAnnotations(); in CheckValid() local
333 for (AidlAnnotation::Type type : supported_annotations) { in CheckValid()
337 if (supported_annotations.find(annotation.GetType()) == supported_annotations.end()) { in CheckValid()