Searched defs:TVector (Results 1 – 2 of 2) sorted by relevance
66 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() function67 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() function68 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() function
195 NONSHARABLE_CLASS(TVector) : public TVectorBuffer<C * sizeof(T)> in NONSHARABLE_CLASS() argument206 TVector<T, C>::TVector() : TVectorBuffer<C * sizeof(T)>() in TVector() function