Home
last modified time | relevance | path

Searched refs:Dispatcher (Results 1 - 8 of 8) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp283 template <class Dispatcher>
286 void ( DestructorType::* )( HandleType, const AllocationCallbacks *, const Dispatcher & ) const,
287 void ( HandleType::* )( const AllocationCallbacks *, const Dispatcher & ) const>::type;
291 template <typename Dispatcher = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
293 const Dispatcher & dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) in ObjectDestroyShared()
294 : m_destroy( reinterpret_cast<decltype( m_destroy )>( static_cast<DestroyFunctionPointerType<Dispatcher>>( &SelectorType::destroy ) ) ) in ObjectDestroyShared()
327 template <class Dispatcher>
328 using DestroyFunctionPointerType = void ( DestructorType::* )( HandleType, const AllocationCallbacks *, const Dispatcher & ) const;
330 template <class Dispatcher = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
332 const Dispatcher in ObjectFreeShared()
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.cc117 protocol::Runtime::Dispatcher::wire(&m_dispatcher, m_runtimeAgent.get()); in V8InspectorSessionImpl()
121 protocol::Debugger::Dispatcher::wire(&m_dispatcher, m_debuggerAgent.get()); in V8InspectorSessionImpl()
125 protocol::Profiler::Dispatcher::wire(&m_dispatcher, m_profilerAgent.get()); in V8InspectorSessionImpl()
129 protocol::HeapProfiler::Dispatcher::wire(&m_dispatcher, in V8InspectorSessionImpl()
134 protocol::Console::Dispatcher::wire(&m_dispatcher, m_consoleAgent.get()); in V8InspectorSessionImpl()
138 protocol::Schema::Dispatcher::wire(&m_dispatcher, m_schemaAgent.get()); in V8InspectorSessionImpl()
/third_party/node/src/inspector/
H A Druntime_agent.cc15 NodeRuntime::Dispatcher::wire(dispatcher, this); in Wire()
H A Dtracing_agent.cc133 NodeTracing::Dispatcher::wire(dispatcher, this); in Wire()
H A Dworker_agent.cc86 NodeWorker::Dispatcher::wire(dispatcher, this); in Wire()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py145 class Dispatcher: class
152 class Global(Dispatcher):
176 class Screen(Dispatcher):
180 Dispatcher.__init__(self, interpreter)
233 class Context(Dispatcher):
239 Dispatcher.__init__(self, interpreter)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.h297 static typename Arg::Dispatcher GetVTablePtrForTest(Arg arg) { in GetVTablePtrForTest()
324 using Dispatcher = bool (*)(Data, FormatConversionSpecImpl, void* out);
484 Dispatcher dispatcher_;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 44 milliseconds