Searched defs:Vector (Results 1 – 4 of 4) sorted by relevance
25 Vector() : ptr_(0), size_(0), alloc_(0) { } in Vector() function26 Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); } in Vector() function
33 Vector<T>::Vector(const Vector<T> &v) in Vector() function in SP_NAMESPACE::Vector40 Vector<T>::Vector(size_t n, const T &t) in Vector() function in SP_NAMESPACE::Vector
1555 static Fct *Vector[] = { variable
593 UINT32 Vector; member