Searched refs:kStringType (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | aidl_language.cpp | 114 static const AidlTypeSpecifier kStringType{AIDL_LOCATION_HERE, "String", /*array=*/std::nullopt, variable 137 {{"expectedSignature", kStringType}, in AllSchemas() 138 {"implicitMember", kStringType}, in AllSchemas() 140 {"publicAlternatives", kStringType}, in AllSchemas() 149 {{"type", kStringType, /* required= */ true}}}, in AllSchemas() 153 {{"annotation", kStringType, /* required= */ true}}, in AllSchemas() 177 {{"value", kStringType, /* required= */ true}}}, in AllSchemas() 195 {{"value", kStringType}, {"anyOf", kStringArrayType}, {"allOf", kStringArrayType}}}, in AllSchemas()
|