Searched refs:kBooleanType (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | aidl_language.cpp | 96 static const AidlTypeSpecifier kBooleanType{AIDL_LOCATION_HERE, "boolean", false, nullptr, variable 130 {{"toString", kBooleanType}, {"equals", kBooleanType}}}, in AllSchemas() 144 {{"Copy", kBooleanType}, in AllSchemas() 145 {"Clone", kBooleanType}, in AllSchemas() 146 {"PartialOrd", kBooleanType}, in AllSchemas() 147 {"Ord", kBooleanType}, in AllSchemas() 148 {"PartialEq", kBooleanType}, in AllSchemas() 149 {"Eq", kBooleanType}, in AllSchemas() 150 {"Hash", kBooleanType}}}, in AllSchemas()
|