Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp332 std::vector<std::string> supported_annot_strings; in CheckValid() local
334 supported_annot_strings.push_back(AidlAnnotation::TypeToString(type)); in CheckValid()
341 << android::base::Join(supported_annot_strings, ", "); in CheckValid()