Searched defs:TVector (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | Common.h | 72 TVector() : std::vector<T, pool_allocator<T>>() {} in TVector() function 73 TVector(const pool_allocator<T> &a) : std::vector<T, pool_allocator<T>>(a) {} in TVector() function 74 TVector(size_type i) : std::vector<T, pool_allocator<T>>(i) {} in TVector() function 75 TVector(size_type i, const T &value) : std::vector<T, pool_allocator<T>>(i, value) {} in TVector() function 77 TVector(InputIt first, InputIt last) : std::vector<T, pool_allocator<T>>(first, last) in TVector() function 79 TVector(std::initializer_list<T> init) : std::vector<T, pool_allocator<T>>(init) {} in TVector() function
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Common.h | 70 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() function 71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() function 72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() function
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 489 struct TVector { struct 493 typedef struct TVector TVector; typedef
|