Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_cpp.h41 Type* array_type = nullptr,
Dtype_cpp.cpp352 Type* array_type, in Type() argument
362 array_type_(array_type), in Type()
/system/tools/hidl/
Dhidl-gen_y.yy287 %type<arrayType> array_type
1106 array_type
1111 | array_type '[' const_expr ']'
1120 | array_type { $$ = new Reference<Type>($1, convertYYLoc(@1)); }