Home
last modified time | relevance | path

Searched defs:associated_executor (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dread_until.hpp1062 struct associated_executor< struct
1068 typedef typename associated_executor<ReadHandler, Executor>::type type;
1070 static type get( in get()
1371 struct associated_executor< struct
1377 typedef typename associated_executor<ReadHandler, Executor>::type type;
1379 static type get( in get()
1687 struct associated_executor< struct
1693 typedef typename associated_executor<ReadHandler, Executor>::type type;
1695 static type get( in get()
2001 struct associated_executor< struct
[all …]
Dbuffered_read_stream.hpp220 struct associated_executor< struct
224 typedef typename associated_executor<ReadHandler, Executor>::type type;
226 static type get(const detail::buffered_fill_handler<ReadHandler>& h, in get()
471 struct associated_executor< struct
476 typedef typename associated_executor<ReadHandler, Executor>::type type;
478 static type get( in get()
Dbuffered_write_stream.hpp200 struct associated_executor< struct
204 typedef typename associated_executor<WriteHandler, Executor>::type type;
206 static type get(const detail::buffered_flush_handler<WriteHandler>& h, in get()
457 struct associated_executor< struct
462 typedef typename associated_executor<WriteHandler, Executor>::type type;
464 static type get( in get()
Dwrite.hpp513 struct associated_executor< struct
519 typedef typename associated_executor<WriteHandler, Executor>::type type;
521 static type get( in get()
765 struct associated_executor< struct
771 typedef typename associated_executor<WriteHandler, Executor>::type type;
773 static type get( in get()
1058 struct associated_executor< struct
1064 typedef typename associated_executor<WriteHandler, Executor>::type type;
1066 static type get( in get()
Dread.hpp548 struct associated_executor< struct
554 typedef typename associated_executor<ReadHandler, Executor>::type type;
556 static type get( in get()
829 struct associated_executor< struct
835 typedef typename associated_executor<ReadHandler, Executor>::type type;
837 static type get( in get()
1156 struct associated_executor< struct
1162 typedef typename associated_executor<ReadHandler, Executor>::type type;
1164 static type get( in get()
Dwrite_at.hpp395 struct associated_executor< struct
401 typedef typename associated_executor<WriteHandler, Executor>::type type;
403 static type get( in get()
608 struct associated_executor< struct
613 typedef typename associated_executor<WriteHandler, Executor1>::type type;
615 static type get( in get()
Dread_at.hpp410 struct associated_executor< struct
416 typedef typename associated_executor<ReadHandler, Executor>::type type;
418 static type get( in get()
686 struct associated_executor< struct
692 typedef typename associated_executor<ReadHandler, Executor1>::type type;
694 static type get( in get()
Dconnect.hpp748 struct associated_executor< struct
754 RangeConnectHandler, Executor1>::type type;
756 static type get( in get()
790 struct associated_executor< struct
798 IteratorConnectHandler, Executor1>::type type;
800 static type get( in get()
Dredirect_error.hpp360 struct associated_executor<detail::redirect_error_handler<Handler>, Executor> struct
363 typedef typename associated_executor<Handler, Executor>::type type;
365 static type get( in get()
Dspawn.hpp312 struct associated_executor<detail::coro_handler<Handler, T>, Executor> struct
315 typedef typename associated_executor<Handler, Executor>::type type;
317 static type get(const detail::coro_handler<Handler, T>& h, in get()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dbind_handler.hpp855 struct associated_executor<detail::binder1<Handler, Arg1>, Executor> struct
858 typedef typename associated_executor<Handler, Executor>::type type;
860 static type get(const detail::binder1<Handler, Arg1>& h, in get()
868 struct associated_executor<detail::binder2<Handler, Arg1, Arg2>, Executor> struct
871 typedef typename associated_executor<Handler, Executor>::type type;
873 static type get(const detail::binder2<Handler, Arg1, Arg2>& h, in get()
908 struct associated_executor<detail::move_binder1<Handler, Arg1>, Executor> struct
911 typedef typename associated_executor<Handler, Executor>::type type;
913 static type get(const detail::move_binder1<Handler, Arg1>& h, in get()
921 struct associated_executor<detail::move_binder2<Handler, Arg1, Arg2>, Executor> struct
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/experimental/impl/
Das_single.hpp210 struct associated_executor< struct
214 typedef typename associated_executor<Handler, Executor>::type type;
216 static type get( in get()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/detail/
Dio.hpp400 struct associated_executor< struct
404 typedef typename associated_executor<Handler, Executor>::type type;
406 static type get(const ssl::detail::io_op<Stream, Operation, Handler>& h, in get()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dassociated_executor.hpp77 struct associated_executor struct
85 typedef see_below type;
Dbind_executor.hpp559 struct associated_executor<executor_binder<T, Executor>, Executor1> struct
561 typedef Executor type;
563 static type get(const executor_binder<T, Executor>& b, in get()