/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 40 class pool_allocator 54 typedef pool_allocator<Other> other; 59 pool_allocator() {} in pool_allocator() function 62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator() function 66 pool_allocator<T> &operator=(const pool_allocator<Other> &p) 93 bool operator==(const pool_allocator &rhs) const { return true; } 94 bool operator!=(const pool_allocator &rhs) const { return false; }
|
D | Common.h | 52 typedef pool_allocator<char> TStringAllocator; 66 class TVector : public std::vector<T, pool_allocator<T>> 71 typedef typename std::vector<T, pool_allocator<T>>::size_type size_type; 72 TVector() : std::vector<T, pool_allocator<T>>() {} in TVector() 73 TVector(const pool_allocator<T> &a) : std::vector<T, pool_allocator<T>>(a) {} in TVector() 74 TVector(size_type i) : std::vector<T, pool_allocator<T>>(i) {} in TVector() 75 TVector(size_type i, const T &value) : std::vector<T, pool_allocator<T>>(i, value) {} in TVector() 77 TVector(InputIt first, InputIt last) : std::vector<T, pool_allocator<T>>(first, last) in TVector() 79 TVector(std::initializer_list<T> init) : std::vector<T, pool_allocator<T>>(init) {} in TVector() 83 class TUnorderedMap : public std::unordered_map<K, D, H, CMP, pool_allocator<std::pair<const K, D>>> [all …]
|
/third_party/glslang/glslang/Include/ |
D | PoolAlloc.h | 264 class pool_allocator { 275 typedef pool_allocator<Other> other; 280 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator() function 281 pool_allocator(TPoolAllocator& a) : allocator(a) { } in pool_allocator() function 282 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function 285 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() function 301 …bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); } 302 …bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); } 310 pool_allocator& operator=(const pool_allocator&) { return *this; }
|
D | Common.h | 127 typedef pool_allocator<char> TStringAllocator; 175 template <class T> class TVector : public std::vector<T, pool_allocator<T> > { 179 typedef typename std::vector<T, pool_allocator<T> >::size_type size_type; 180 TVector() : std::vector<T, pool_allocator<T> >() {} 181 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} 182 TVector(size_type i) : std::vector<T, pool_allocator<T> >(i) {} 183 TVector(size_type i, const T& val) : std::vector<T, pool_allocator<T> >(i, val) {} 186 template <class T> class TList : public std::list<T, pool_allocator<T> > { 190 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<K const, D> > > { 194 class TUnorderedMap : public std::unordered_map<K, D, HASH, PRED, pool_allocator<std::pair<K const,…
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Common.h | 48 typedef pool_allocator<char> TStringAllocator; 67 template <class T> class TVector : public std::vector<T, pool_allocator<T> > { 69 typedef typename std::vector<T, pool_allocator<T> >::size_type size_type; 70 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() 71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() 72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() 76 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > { 78 typedef pool_allocator<std::pair<const K, D> > tAllocator;
|
D | PoolAlloc.h | 247 class pool_allocator { 259 typedef pool_allocator<Other> other; 264 pool_allocator() : allocator(GetGlobalPoolAllocator()) { } in pool_allocator() function 265 pool_allocator(TPoolAllocator& a) : allocator(&a) { } in pool_allocator() function 266 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function 269 pool_allocator<T>& operator=(const pool_allocator<Other>& p) { 275 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { } in pool_allocator() function 301 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); } 302 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
|
/third_party/glslang/glslang/MachineIndependent/ |
D | SymbolTable.h | 567 …typedef std::map<TString, TSymbol*, std::less<TString>, pool_allocator<std::pair<const TString, TS…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 54205 …<abi-instr address-size='64' path='../../../.././libstdc++-v3/src/c++98/pool_allocator.cc' comp-di… 54248 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='125' … 54251 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='134' … 54254 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='136' … 54257 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='133' … 54260 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='135' … 54263 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='131' … 54266 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='203' … 54269 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='143' … 54275 …e-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='145' … [all …]
|