Searched refs:CallbackImpl (Results 1 – 4 of 4) sorted by relevance
/third_party/node/src/ |
D | callback_queue-inl.h | 14 return std::make_unique<CallbackImpl<Fn>>(std::move(fn), flags); in CreateCallback() 82 CallbackQueue<R, Args...>::CallbackImpl<Fn>::CallbackImpl( in CallbackImpl() function 89 R CallbackQueue<R, Args...>::CallbackImpl<Fn>::Call(Args... args) { in Call()
|
D | callback_queue.h | 60 class CallbackImpl final : public Callback { 62 CallbackImpl(Fn&& callback, CallbackFlags::Flags flags);
|
/third_party/node/tools/inspector_protocol/templates/ |
D | TypeBuilder_cpp.template | 270 class {{command_name_title}}CallbackImpl : public Backend::{{command_name_title}}Callback, public D… 272 …{{command_name_title}}CallbackImpl(std::unique_ptr<DispatcherBase::WeakPtr> backendImpl, int callI… 389 …std::unique_ptr<{{command_name_title}}CallbackImpl> callback(new {{command.name | to_title_case}}C…
|
/third_party/node/deps/v8/third_party/inspector_protocol/templates/ |
D | TypeBuilder_cpp.template | 209 class {{command_name_title}}CallbackImpl : public Backend::{{command_name_title}}Callback, public D… 211 …{{command_name_title}}CallbackImpl(std::unique_ptr<DomainDispatcher::WeakPtr> backendImpl, int cal… 346 …std::make_unique<{{command_name_title}}CallbackImpl>(weakPtr(), dispatchable.CallId(), dispatchabl…
|