Home
last modified time | relevance | path

Searched refs:Dispatcher (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/boost/heap/detail/
Dordered_adaptor_iterator.hpp40 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/
Dwrapped_handler.hpp31 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/
Dwrapped_handler.hpp31 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/
Dsupport_status.cpp136 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/
Dextensions_renderer_client.h44 class Dispatcher; variable
61 extensions::Dispatcher* GetDispatcher() override;
86 std::unique_ptr<extensions::Dispatcher> extension_dispatcher_;
Dextensions_renderer_client.cc56 extensions::Dispatcher* CefExtensionsRendererClient::GetDispatcher() { in GetDispatcher()
81 extension_dispatcher_ = std::make_unique<extensions::Dispatcher>( in RenderThreadStarted()
/third_party/node/src/inspector/
Druntime_agent.cc15 NodeRuntime::Dispatcher::wire(dispatcher, this); in Wire()
Dtracing_agent.cc133 NodeTracing::Dispatcher::wire(dispatcher, this); in Wire()
Dworker_agent.cc86 NodeWorker::Dispatcher::wire(dispatcher, this); in Wire()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py150 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/
DTypeBuilder_h.template278 // ------------- Dispatcher.
280 class {{config.protocol.export_macro}} Dispatcher {
285 Dispatcher() { }
294 using DispatcherClass = Dispatcher;
DTypeBuilder_cpp.template216 // --------------------- Dispatcher.
407 void Dispatcher::wire(UberDispatcher* uber, Backend* backend)
/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.h275 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/
Darg.h297 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/
DSDL_winrtgamebar.cpp164 … WINRT_MainThreadDispatcher = Windows::UI::Core::CoreWindow::GetForCurrentThread()->Dispatcher;
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.h30 class Dispatcher; variable
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/
DSDL_winrtapp_direct3d.cpp481 …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/
DPPCScheduleP9.td53 // Dispatcher slots:
132 // Dispatcher
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.h35 Dispatcher, enumerator
DCommandGraph.cpp92 case CommandGraphResourceType::Dispatcher: in GetResourceTypeName()
1125 case CommandGraphResourceType::Dispatcher: in dumpGraphDotFile()
Dvk_helpers.cpp2705 DispatchHelper::DispatchHelper() : CommandGraphResource(CommandGraphResourceType::Dispatcher) {} in DispatchHelper()
/third_party/boost/libs/python/doc/
Darticle.rst574 // Dispatcher class
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch252678 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());
D0004-3.2-Beta5.patch8597 class Dispatcher;