Searched defs:isVector (Results 1 – 3 of 3) sorted by relevance
70 const bool isVector = type.IsArray() || typenames.IsList(type); in RawParcelMethod() local288 bool isVector = type.IsArray() || typenames.IsList(type); in AddHeaders() local
73 bool VectorType::isVector() const { in isVector() function in android::VectorType
85 bool Type::isVector() const { in isVector() function in android::Type