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

  /external/chromium_org/third_party/angle/src/compiler/translator/
DetectCallDepth.h 58 TVector<FunctionNode*> callees;
69 TVector<FunctionNode*> functions;
Common.h 63 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
66 TVector() : std::vector<T, pool_allocator<T> >() {}
67 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {}
68 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {}
InitializeVariables.h 26 typedef TVector<InitVariableInfo> InitVariableInfoList;
LoopInfo.h 54 class TLoopStack : public TVector<TLoopInfo>
IntermNode.h 572 typedef TVector<TIntermNode *> TIntermSequence;
573 typedef TVector<int> TQualifierList;
744 TVector<TIntermNode *> mPath;
SymbolTable.h 256 typedef TVector<TParameter> TParamList;
Types.h 58 typedef TVector<TField *> TFieldList;
  /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 423 milliseconds