Searched defs:isVector (Results 1 – 4 of 4) 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
463 void RdbStoreConfig::SetIsVector(bool isVector) in SetIsVector()