Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DCommon.h88 TVector() : std::vector<T, pool_allocator<T>>() {} in TVector() function
89 TVector(const pool_allocator<T> &a) : std::vector<T, pool_allocator<T>>(a) {} in TVector() function
90 TVector(size_type i) : std::vector<T, pool_allocator<T>>(i) {} in TVector() function
91 TVector(size_type i, const T &value) : std::vector<T, pool_allocator<T>>(i, value) {} in TVector() function
93 TVector(InputIt first, InputIt last) : std::vector<T, pool_allocator<T>>(first, last) in TVector() function
95 TVector(std::initializer_list<T> init) : std::vector<T, pool_allocator<T>>(init) {} in TVector() function
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c489 struct TVector { struct
493 typedef struct TVector TVector; argument