Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp641 const static set<string> kSupportedConstTypes = {"String", "int"}; in CheckValid() local
642 if (kSupportedConstTypes.find(type_->ToString()) == kSupportedConstTypes.end()) { in CheckValid()