Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp78 static const string kUtf8InCpp("utf8InCpp"); variable
83 static const set<string> kAnnotationNames{kNullable, kUtf8InCpp, kUnsupportedAppUsage, kSystemApi,
120 return HasAnnotation(annotations_, kUtf8InCpp); in IsUtf8InCpp()