Searched defs:TVector (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DCommon.h67 template <class T> class TVector : public std::vector<T, pool_allocator<T> > { class in inherits:std::vector
70 TVector() : std::vector<T, pool_allocator<T> >() {} function in class:TVector
71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} function in class:TVector
72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} function in class:TVector
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 256 milliseconds