Home
last modified time | relevance | path

Searched refs:TVector (Results 1 – 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
Dvectorbuffer.h195 NONSHARABLE_CLASS(TVector) : public TVectorBuffer<C * sizeof(T)> in NONSHARABLE_CLASS() argument
198 TVector(); in NONSHARABLE_CLASS()
206 TVector<T, C>::TVector() : TVectorBuffer<C * sizeof(T)>() in TVector() function
211 TInt TVector<T, C>::Append(const T& aData) in Append()
218 const T& TVector<T, C>::Shift() in Shift()
226 TInt TVector<T, C>::Size() const in Size()
232 const T& TVector<T, C>::operator[](TInt aIndex) const
DSDL_main.cpp87 TVector<TWsEvent, 64> iVector;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DCommon.h71 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
74 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() function
75 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() function
76 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() function
DInitialize.h14 typedef TVector<TString> TBuiltInStrings;
DValidateLimitations.h17 typedef TVector<TLoopInfo> TLoopStack;
Dintermediate.h415 typedef TVector<TIntermNode*> TIntermSequence;
416 typedef TVector<int> TQualifierList;
DSymbolTable.h180 typedef TVector<TParameter> TParamList;
DTypes.h22 typedef TVector<TTypeLine> TTypeList;