Home
last modified time | relevance | path

Searched defs:isVector (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl_to_cpp.cpp70 const bool isVector = type.IsArray() || typenames.IsList(type); in RawParcelMethod() local
288 bool isVector = type.IsArray() || typenames.IsList(type); in AddHeaders() local
/aosp12/system/tools/hidl/
H A DVectorType.cpp73 bool VectorType::isVector() const { in isVector() function in android::VectorType
H A DType.cpp85 bool Type::isVector() const { in isVector() function in android::Type