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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DCommon.h71 template <class T> class TVector : public std::vector<T, pool_allocator<T> > { class in inherits:std::vector
74 TVector() : std::vector<T, pool_allocator<T> >() {} function in class:TVector
75 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} function in class:TVector
76 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} function in class:TVector
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h195 NONSHARABLE_CLASS(TVector) : public TVectorBuffer<C * sizeof(T)>
198 TVector();
206 TVector<T, C>::TVector() : TVectorBuffer<C * sizeof(T)>() function in class:TVector
211 TInt TVector<T, C>::Append(const T& aData)
218 const T& TVector<T, C>::Shift()
226 TInt TVector<T, C>::Size() const
232 const T& TVector<T, C>::operator[](TInt aIndex) const

Completed in 272 milliseconds