Searched refs:isVectorOfBinders (Results 1 – 3 of 3) sorted by relevance
77 bool VectorType::isVectorOfBinders() const { in isVectorOfBinders() function in android::VectorType106 if (isVectorOfBinders()) { in getCppType()141 if (isVectorOfBinders()) { in emitReaderWriter()614 return !isVectorOfBinders(); in resultNeedsDeref()634 if (isVectorOfBinders()) { in deepIsJavaCompatible()
32 bool isVectorOfBinders() const;
60 if ((type.isVector() && static_cast<const VectorType*>(&type)->isVectorOfBinders())) { in validate()