Searched refs:CleanupHookCallback (Results 1 – 6 of 6) sorted by relevance
1157 auto insertion_info = cleanup_hooks_.emplace(CleanupHookCallback { in AddCleanupHook()1165 CleanupHookCallback search { fn, arg, 0 }; in RemoveCleanupHook()1169 size_t CleanupHookCallback::Hash::operator()( in operator()1170 const CleanupHookCallback& cb) const { in operator()1174 bool CleanupHookCallback::Equal::operator()( in operator()1175 const CleanupHookCallback& a, const CleanupHookCallback& b) const { in operator()1179 BaseObject* CleanupHookCallback::GetBaseObject() const { in GetBaseObject()
818 class CleanupHookCallback {822 CleanupHookCallback(Callback fn, in CleanupHookCallback() function829 inline size_t operator()(const CleanupHookCallback& cb) const;834 inline bool operator()(const CleanupHookCallback& a,835 const CleanupHookCallback& b) const;1230 using CleanupCallback = CleanupHookCallback::Callback;1436 std::unordered_set<CleanupHookCallback,1437 CleanupHookCallback::Hash,1438 CleanupHookCallback::Equal> cleanup_hooks_;
661 std::vector<CleanupHookCallback> callbacks( in RunCleanup()667 [](const CleanupHookCallback& a, const CleanupHookCallback& b) { in RunCleanup()673 for (const CleanupHookCallback& cb : callbacks) { in RunCleanup()1283 "cleanup_hooks", cleanup_hooks_.size() * sizeof(CleanupHookCallback)); in MemoryInfo()
172 friend class CleanupHookCallback; variable
40 class CleanupHookCallback; variable
1865 …hub.com/nodejs/node/commit/3701e5d14f)] - **src**: add typedef for CleanupHookCallback callback (D…