HomeSort by relevance Sort by last modified time
    Searched refs:TVector (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Common.h 71 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
74 TVector() : std::vector<T, pool_allocator<T> >() {}
75 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {}
76 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {}
Initialize.h 14 typedef TVector<TString> TBuiltInStrings;
ValidateLimitations.h 17 typedef TVector<TLoopInfo> TLoopStack;
intermediate.h 415 typedef TVector<TIntermNode*> TIntermSequence;
416 typedef TVector<int> TQualifierList;
SymbolTable.h 180 typedef TVector<TParameter> TParamList;
Types.h 22 typedef TVector<TTypeLine> TTypeList;
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 195 NONSHARABLE_CLASS(TVector) : public TVectorBuffer<C * sizeof(T)>
198 TVector();
206 TVector<T, C>::TVector() : TVectorBuffer<C * sizeof(T)>()
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
SDL_main.cpp 87 TVector<TWsEvent, 64> iVector;

Completed in 368 milliseconds