Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp1570 static std::set<string> kBackingTypes = {"byte", "int", "long"}; in Autofill() local
1571 if (kBackingTypes.find(backing_type_->GetName()) == kBackingTypes.end()) { in Autofill()
1573 << ". Backing type must be one of: " << Join(kBackingTypes, ", "); in Autofill()