Searched refs:kBooleanType (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | aidl_language.cpp | 122 static const AidlTypeSpecifier kBooleanType{AIDL_LOCATION_HERE, "boolean", /*array=*/std::nullopt, variable 130 {{"heap", kBooleanType}}}, in AllSchemas() 166 {{"toString", kBooleanType}, {"equals", kBooleanType}}}, in AllSchemas() 189 {{"Copy", kBooleanType}, in AllSchemas() 190 {"Clone", kBooleanType}, in AllSchemas() 191 {"PartialOrd", kBooleanType}, in AllSchemas() 192 {"Ord", kBooleanType}, in AllSchemas() 193 {"PartialEq", kBooleanType}, in AllSchemas() 194 {"Eq", kBooleanType}, in AllSchemas() 195 {"Hash", kBooleanType}}}, in AllSchemas()
|