Searched refs:Dispatcher (Results 1 - 8 of 8) sorted by relevance
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_shared.hpp | 283 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 D | v8-inspector-session-impl.cc | 117 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 D | runtime_agent.cc | 15 NodeRuntime::Dispatcher::wire(dispatcher, this); in Wire()
|
H A D | tracing_agent.cc | 133 NodeTracing::Dispatcher::wire(dispatcher, this); in Wire()
|
H A D | worker_agent.cc | 86 NodeWorker::Dispatcher::wire(dispatcher, this); in Wire()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 145 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 D | arg.h | 297 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 D | stylo.hpp | [all...] |
Completed in 29 milliseconds