Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp104 static bool HasAnnotation(const vector<AidlAnnotation>& annotations, const string& name) { in HasAnnotation() function
116 return HasAnnotation(annotations_, kNullable); in IsNullable()
120 return HasAnnotation(annotations_, kUtf8InCpp); in IsUtf8InCpp()
124 return HasAnnotation(annotations_, kUnsupportedAppUsage); in IsUnsupportedAppUsage()
128 return HasAnnotation(annotations_, kSystemApi); in IsSystemApi()
132 return HasAnnotation(annotations_, kStableParcelable); in IsStableParcelable()