Home
last modified time | relevance | path

Searched defs:Disposer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAllocatorList.h66 struct Disposer { struct
69 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer() function
71 void operator()(Node *N) const { in operator()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_handle.h20 using Disposer = std::function<void(Handle)>; variable
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dusing.js52 function Disposer(data, promise, context) { class
58 Disposer.prototype.data = function () { class