Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.h42 Type* array_type = nullptr,
Dtype_cpp.cpp398 Type* array_type, in Type() argument
408 array_type_(array_type), in Type()
/system/tools/hidl/
Dhidl-gen_y.yy234 %type<arrayType> array_type
988 array_type
1003 | array_type '[' const_expr ']'
1012 | array_type { $$ = $1; }