Searched refs:supported_annotations (Results 1 – 1 of 1) sorted by relevance
326 std::set<AidlAnnotation::Type> supported_annotations = GetSupportedAnnotations(); in CheckValid() local333 for (AidlAnnotation::Type type : supported_annotations) { in CheckValid()337 if (supported_annotations.find(annotation.GetType()) == supported_annotations.end()) { in CheckValid()