Searched refs:HasAnnotation (Results 1 – 1 of 1) sorted by relevance
104 static bool HasAnnotation(const vector<AidlAnnotation>& annotations, const string& name) { in HasAnnotation() function116 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()