/third_party/boost/boost/heap/detail/ |
D | ordered_adaptor_iterator.hpp | 40 typename Dispatcher 48 Dispatcher>, 52 Dispatcher 67 BOOST_ASSERT(lhs <= Dispatcher::max_index(container)); in operator ()() 68 BOOST_ASSERT(rhs <= Dispatcher::max_index(container)); in operator ()() 69 return ValueCompare::operator()(Dispatcher::get_internal_value(container, lhs), in operator ()() 70 Dispatcher::get_internal_value(container, rhs)); in operator ()() 110 current_index = Dispatcher::max_index(container) + 1; in increment() 120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference() 121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | wrapped_handler.hpp | 31 template <typename Dispatcher, typename Handler> 32 bool operator()(Dispatcher&, Handler& handler) const in operator ()() 40 template <typename Dispatcher, typename Handler> 41 bool operator()(Dispatcher& dispatcher, Handler&) const in operator ()() 47 template <typename Dispatcher, typename Handler, 54 wrapped_handler(Dispatcher dispatcher, Handler& handler) in wrapped_handler() 155 Dispatcher dispatcher_; 204 template <typename Dispatcher, typename Handler, typename IsContinuation> 207 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate() argument 218 template <typename Dispatcher, typename Handler, typename IsContinuation> [all …]
|
/third_party/boost/boost/asio/detail/ |
D | wrapped_handler.hpp | 31 template <typename Dispatcher, typename Handler> 32 bool operator()(Dispatcher&, Handler& handler) const in operator ()() 40 template <typename Dispatcher, typename Handler> 41 bool operator()(Dispatcher& dispatcher, Handler&) const in operator ()() 47 template <typename Dispatcher, typename Handler, 54 wrapped_handler(Dispatcher dispatcher, Handler& handler) in wrapped_handler() 155 Dispatcher dispatcher_; 204 template <typename Dispatcher, typename Handler, typename IsContinuation> 207 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate() argument 218 template <typename Dispatcher, typename Handler, typename IsContinuation> [all …]
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/ |
D | support_status.cpp | 136 template <template <typename> class Dispatcher, typename Outputter, typename G> 146 … if (boost::is_base_of<boost::geometry::nyi::not_implemented_tag, Dispatcher<G> >::type::value) in operator ()() 157 template <template <typename, typename> class Dispatcher, typename Outputter, typename G2 = void> 168 …if (boost::is_base_of<boost::geometry::nyi::not_implemented_tag, Dispatcher<G1, G2> >::type::value) in operator ()() 179 template <template <typename> class Dispatcher, typename Outputter> 191 do_unary_test<Dispatcher, Outputter, G> test(m_outputter); in operator ()() 197 template <template <typename, typename> class Dispatcher, typename Types, typename Outputter> 209 boost::mpl::for_each<Types>(do_binary_test<Dispatcher, Outputter, G2>(m_outputter)); in operator ()() 214 template <template <typename> class Dispatcher, typename Types, typename Outputter> 221 boost::mpl::for_each<Types>(unary_test<Dispatcher, Outputter>(outputter)); in test_unary_algorithm() [all …]
|
/third_party/cef/libcef/renderer/extensions/ |
D | extensions_renderer_client.h | 44 class Dispatcher; variable 61 extensions::Dispatcher* GetDispatcher() override; 86 std::unique_ptr<extensions::Dispatcher> extension_dispatcher_;
|
D | extensions_renderer_client.cc | 56 extensions::Dispatcher* CefExtensionsRendererClient::GetDispatcher() { in GetDispatcher() 81 extension_dispatcher_ = std::make_unique<extensions::Dispatcher>( in RenderThreadStarted()
|
/third_party/node/src/inspector/ |
D | runtime_agent.cc | 15 NodeRuntime::Dispatcher::wire(dispatcher, this); in Wire()
|
D | tracing_agent.cc | 133 NodeTracing::Dispatcher::wire(dispatcher, this); in Wire()
|
D | worker_agent.cc | 86 NodeWorker::Dispatcher::wire(dispatcher, this); in Wire()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 150 class Dispatcher: class 157 class Global(Dispatcher): 181 class Screen(Dispatcher): 185 Dispatcher.__init__(self, interpreter) 224 class Context(Dispatcher): 230 Dispatcher.__init__(self, interpreter)
|
/third_party/node/tools/inspector_protocol/templates/ |
D | TypeBuilder_h.template | 278 // ------------- Dispatcher. 280 class {{config.protocol.export_macro}} Dispatcher { 285 Dispatcher() { } 294 using DispatcherClass = Dispatcher;
|
D | TypeBuilder_cpp.template | 216 // --------------------- Dispatcher. 407 void Dispatcher::wire(UberDispatcher* uber, Backend* backend)
|
/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 275 static typename Arg::Dispatcher GetVTablePtrForTest(Arg arg) { 302 using Dispatcher = bool (*)(Data, FormatConversionSpecImpl, void* out); 462 Dispatcher dispatcher_;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 297 static typename Arg::Dispatcher GetVTablePtrForTest(Arg arg) { 324 using Dispatcher = bool (*)(Data, FormatConversionSpecImpl, void* out); 484 Dispatcher dispatcher_;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtgamebar.cpp | 164 … WINRT_MainThreadDispatcher = Windows::UI::Core::CoreWindow::GetForCurrentThread()->Dispatcher;
|
/third_party/cef/libcef/renderer/alloy/ |
D | alloy_content_renderer_client.h | 30 class Dispatcher; variable
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/ |
D | SDL_winrtapp_direct3d.cpp | 481 …CoreWindow::GetForCurrentThread()->Dispatcher->ProcessEvents(CoreProcessEventsOption::ProcessAllIf… in PumpEvents() 490 …CoreWindow::GetForCurrentThread()->Dispatcher->ProcessEvents(CoreProcessEventsOption::ProcessOneAn… in PumpEvents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP9.td | 53 // Dispatcher slots: 132 // Dispatcher
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.h | 35 Dispatcher, enumerator
|
D | CommandGraph.cpp | 92 case CommandGraphResourceType::Dispatcher: in GetResourceTypeName() 1125 case CommandGraphResourceType::Dispatcher: in dumpGraphDotFile()
|
D | vk_helpers.cpp | 2705 DispatchHelper::DispatchHelper() : CommandGraphResource(CommandGraphResourceType::Dispatcher) {} in DispatchHelper()
|
/third_party/boost/libs/python/doc/ |
D | article.rst | 574 // Dispatcher class
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 252678 protocol::Debugger::Dispatcher::wire(&m_dispatcher, m_debuggerAgent.get()); 252682 - protocol::Profiler::Dispatcher::wire(&m_dispatcher, m_profilerAgent.get()); 252686 - protocol::HeapProfiler::Dispatcher::wire(&m_dispatcher, 252691 protocol::Console::Dispatcher::wire(&m_dispatcher, m_consoleAgent.get()); 252695 - protocol::Schema::Dispatcher::wire(&m_dispatcher, m_schemaAgent.get()); 252699 + protocol::Profiler::Dispatcher::wire(&m_dispatcher, m_profilerAgent.get()); 252703 + protocol::HeapProfiler::Dispatcher::wire(&m_dispatcher, 252708 + protocol::Schema::Dispatcher::wire(&m_dispatcher, m_schemaAgent.get());
|
D | 0004-3.2-Beta5.patch | 8597 class Dispatcher;
|