Searched refs:arrayType (Results 1 – 4 of 4) sorted by relevance
97 std::string arrayType = space + "hidl_array<" + base; in getCppType() local100 arrayType += ", " + mSizes[i]->cppValue(); in getCppType()103 arrayType += ">"; in getCppType()107 return arrayType; in getCppType()110 return "const " + arrayType + "&"; in getCppType()113 return "const " + arrayType + "*"; in getCppType()
287 %type<arrayType> array_type316 android::ArrayType *arrayType;
299 const Type *arrayType;\