Searched refs:arrayType (Results 1 – 4 of 4) sorted by relevance
100 std::string arrayType = space + "hidl_array<" + base; in getCppType() local103 arrayType += ", " + mSizes[i]->cppValue(); in getCppType()106 arrayType += ">"; in getCppType()110 return arrayType; in getCppType()113 return "const " + arrayType + "&"; in getCppType()116 return "const " + arrayType + "*"; in getCppType()
292 %type<arrayType> array_type320 android::ArrayType *arrayType;
299 const Type *arrayType;\