Searched defs:TVector (Results 1 – 3 of 3) sorted by relevance
70 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() function71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() function72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() function
489 struct TVector { struct493 typedef struct TVector TVector; typedef
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...