| /third_party/ninja/src/ |
| D | state.h | 40 struct Pool { struct 41 Pool(const std::string& name, int depth) in Pool() argument 50 /// true if the Pool might delay this edge argument 53 /// informs this Pool that the given edge is committed to be run. argument 93 static Pool kDefaultPool; argument
|
| /third_party/rust/crates/regex/src/ |
| D | pool.rs | 103 pub struct Pool<T> { struct 120 /// the Pool. argument 124 // SAFETY: Since we want to use a Pool from multiple threads simultaneously argument 154 unsafe impl<T: Send> Sync for Pool<T> {} implementation 156 impl<T: ::std::fmt::Debug> ::std::fmt::Debug for Pool<T> { implementation 179 impl<T: Send> Pool<T> { implementation
|
| /third_party/nghttp2/src/ |
| D | memchunk.h | 74 template <typename T> struct Pool { struct 75 Pool() : pool(nullptr), freelist(nullptr), poolsize(0), freelistsize(0) {} in Pool() function 76 ~Pool() { clear(); } in ~Pool() argument 77 T *get() { in get() 91 void recycle(T *m) { in recycle() 115 Memchunks(Pool<Memchunk> *pool) in Memchunks() argument
|
| /third_party/node/deps/undici/src/types/ |
| D | pool.d.ts | 8 declare class Pool extends Dispatcher { class
|
| D | index.d.ts | 36 var Pool: typeof import('./pool').default; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | ManagedStringPool.h | 26 SmallVector<std::string *, 8> Pool; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | SymbolStringPool.h | 46 PoolMap Pool; variable
|
| /third_party/node/deps/undici/src/lib/mock/ |
| D | mock-pool.js | 4 const Pool = require('../pool') constant
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.h | 29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
|
| D | AddressPool.h | 30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | texture9.c | 47 D3DPOOL Pool, in NineTexture9_ctor() 385 D3DPOOL Pool, in NineTexture9_new()
|
| D | volumetexture9.c | 36 D3DPOOL Pool, in NineVolumeTexture9_ctor() 286 D3DPOOL Pool, in NineVolumeTexture9_new()
|
| D | cubetexture9.c | 40 D3DPOOL Pool, in NineCubeTexture9_ctor() 346 D3DPOOL Pool, in NineCubeTexture9_new()
|
| D | resource9.c | 41 D3DPOOL Pool, in NineResource9_ctor()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | StringPool.h | 46 StringPool *Pool = nullptr; ///< So the string can remove itself. member
|
| /third_party/gn/src/gn/ |
| D | action_values.h | 15 class Pool; variable
|
| D | item.h | 18 class Pool; variable
|
| /third_party/node/deps/undici/src/lib/ |
| D | balanced-pool.js | 15 const Pool = require('./pool') constant
|
| D | agent.js | 6 const Pool = require('./pool') constant
|
| D | pool.js | 26 class Pool extends PoolBase { class
|
| D | proxy-agent.js | 6 const Pool = require('./pool') constant
|
| /third_party/node/deps/undici/src/ |
| D | index.js | 6 const Pool = require('./lib/pool') constant
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
| D | CostAllocator.h | 36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
|
| /third_party/python/Lib/multiprocessing/dummy/ |
| D | __init__.py | 122 def Pool(processes=None, initializer=None, initargs=()): function
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| D | pool.py | 106 class Pool(): class
|