Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp1069 const static set<string> kSupportedConstTypes = {"String", "byte", "int", in CheckValid() local
1071 if (kSupportedConstTypes.find(type_->Signature()) == kSupportedConstTypes.end()) { in CheckValid()