Searched refs:isVector (Results 1 – 7 of 7) sorted by relevance
68 const bool isVector = in RawParcelMethod() local75 if (isVector) { in RawParcelMethod()82 if (isVector) { in RawParcelMethod()110 if (isVector) { in RawParcelMethod()124 if (isVector) { in RawParcelMethod()272 bool isVector = raw_type.IsArray() || raw_type.IsGeneric(); in AddHeaders() local281 if (isVector) { in AddHeaders()
33 if (type.isVector()) { in getAidlType()
31 bool isVector() const override;
73 bool VectorType::isVector() const { in isVector() function in android::VectorType626 if (mElementType->isVector()) { in deepIsJavaCompatible()
58 virtual bool isVector() const;
85 bool Type::isVector() const { in isVector() function in android::Type
60 if ((type.isVector() && static_cast<const VectorType*>(&type)->isVectorOfBinders())) { in validate()