/third_party/boost/boost/asio/impl/ |
D | post.hpp | 89 typedef Executor executor_type; typedef in boost::asio::detail::initiate_post_with_executor 105 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 131 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 162 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 183 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
|
D | dispatch.hpp | 86 typedef Executor executor_type; typedef in boost::asio::detail::initiate_dispatch_with_executor 102 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 127 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 157 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 178 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
|
D | defer.hpp | 89 typedef Executor executor_type; typedef in boost::asio::detail::initiate_defer_with_executor 105 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 131 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 162 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument 183 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
|
D | co_spawn.hpp | 40 >::type executor_type; typedef in boost::asio::detail::co_spawn_work_guard 166 typedef Executor executor_type; typedef in boost::asio::detail::initiate_co_spawn
|
/third_party/boost/boost/beast/core/ |
D | stream_traits.hpp | 106 using executor_type = __see_below__; typedef 109 using executor_type = typedef 113 using executor_type = typedef
|
D | flat_stream.hpp | 113 using executor_type = beast::executor_type<next_layer_type>; typedef in boost::beast::flat_stream
|
D | buffered_read_stream.hpp | 148 using executor_type = typedef in boost::beast::buffered_read_stream
|
/third_party/boost/boost/asio/ssl/ |
D | stream.hpp | 86 typedef typename lowest_layer_type::executor_type executor_type; typedef in boost::asio::ssl::stream 732 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_handshake 764 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_buffered_handshake 800 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_shutdown 831 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_write_some 863 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_read_some
|
/third_party/boost/boost/asio/windows/ |
D | basic_stream_handle.hpp | 48 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle 403 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle::initiate_async_write_some 436 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle::initiate_async_read_some
|
D | basic_random_access_handle.hpp | 45 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle 419 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle::initiate_async_write_some_at 452 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle::initiate_async_read_some_at
|
D | basic_object_handle.hpp | 56 typedef Executor executor_type; typedef in boost::asio::windows::basic_object_handle 395 typedef Executor executor_type; typedef in boost::asio::windows::basic_object_handle::initiate_async_wait
|
/third_party/boost/boost/asio/posix/ |
D | basic_stream_descriptor.hpp | 46 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor 401 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor::initiate_async_write_some 434 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor::initiate_async_read_some
|
/third_party/boost/boost/asio/ |
D | system_context.hpp | 41 > executor_type; typedef in boost::asio::system_context
|
D | basic_io_object.hpp | 102 typedef boost::asio::io_context::executor_type executor_type; typedef in boost::asio::basic_io_object 215 typedef boost::asio::io_context::executor_type executor_type; typedef in boost::asio::basic_io_object
|
D | executor_work_guard.hpp | 51 typedef Executor executor_type; typedef in boost::asio::executor_work_guard 137 typedef Executor executor_type; typedef in boost::asio::executor_work_guard
|
D | basic_datagram_socket.hpp | 56 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket 1078 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_send 1112 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_send_to 1146 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_receive 1180 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_receive_from
|
D | basic_raw_socket.hpp | 56 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket 1069 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_send 1103 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_send_to 1137 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_receive 1171 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_receive_from
|
D | awaitable.hpp | 58 typedef Executor executor_type; typedef in boost::asio::awaitable
|
D | basic_seq_packet_socket.hpp | 54 typedef Executor executor_type; typedef in boost::asio::basic_seq_packet_socket 691 typedef Executor executor_type; typedef in boost::asio::basic_seq_packet_socket::initiate_async_send 725 typedef Executor executor_type; typedef in boost::asio::basic_seq_packet_socket::initiate_async_receive_with_flags
|
/third_party/boost/boost/process/ |
D | async_pipe.hpp | 50 typedef typename handle_type::executor_type executor_type; typedef in boost::process::async_pipe
|
/third_party/boost/boost/beast/_experimental/http/ |
D | icy_stream.hpp | 84 using executor_type = typename next_layer_type::executor_type; typedef in boost::beast::http::icy_stream
|
/third_party/boost/libs/asio/example/cpp11/executors/ |
D | priority_scheduler.cpp | 17 class executor_type class in priority_scheduler 20 executor_type(priority_scheduler& ctx, int pri) noexcept in executor_type() function in priority_scheduler::executor_type
|
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/ |
D | priority_scheduler.cpp | 17 class executor_type class in priority_scheduler 20 executor_type(priority_scheduler& ctx, int pri) noexcept in executor_type() function in priority_scheduler::executor_type
|
/third_party/boost/boost/beast/core/detail/ |
D | work_guard.hpp | 37 using executor_type = decltype( typedef
|
/third_party/grpc/src/core/lib/iomgr/ |
D | executor.cc | 408 ExecutorType executor_type, ExecutorJobType job_type) { in Run() 446 bool Executor::IsThreaded(ExecutorType executor_type) { in IsThreaded()
|