Searched defs:isVector (Results 1 – 3 of 3) sorted by relevance
| /system/tools/aidl/ | ||
| D | aidl_to_cpp.cpp | 71   const bool isVector = type.IsArray() || typenames.IsList(type);  in RawParcelMethod()  local | 
| /system/tools/hidl/ | ||
| D | VectorType.cpp | 73 bool VectorType::isVector() const {  in isVector()  function in android::VectorType | 
| D | Type.cpp | 85 bool Type::isVector() const {  in isVector()  function in android::Type |