Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dread_until.hpp1044 struct associated_allocator< struct
1049 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1051 static type get( in get()
1353 struct associated_allocator< struct
1358 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1360 static type get( in get()
1669 struct associated_allocator< struct
1674 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1676 static type get( in get()
1983 struct associated_allocator< struct
[all …]
Dbuffered_read_stream.hpp207 struct associated_allocator< struct
210 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
212 static type get(const detail::buffered_fill_handler<ReadHandler>& h, in get()
454 struct associated_allocator< struct
458 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
460 static type get( in get()
Dbuffered_write_stream.hpp187 struct associated_allocator< struct
190 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
192 static type get(const detail::buffered_flush_handler<WriteHandler>& h, in get()
440 struct associated_allocator< struct
444 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
446 static type get( in get()
Dwrite.hpp494 struct associated_allocator< struct
499 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
501 static type get( in get()
747 struct associated_allocator< struct
752 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
754 static type get( in get()
1040 struct associated_allocator< struct
1045 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
1047 static type get( in get()
Dread.hpp529 struct associated_allocator< struct
534 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
536 static type get( in get()
811 struct associated_allocator< struct
816 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
818 static type get( in get()
1138 struct associated_allocator< struct
1143 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1145 static type get( in get()
Dwrite_at.hpp375 struct associated_allocator< struct
380 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
382 static type get( in get()
593 struct associated_allocator< struct
597 typedef typename associated_allocator<WriteHandler, Allocator1>::type type;
599 static type get( in get()
Dread_at.hpp390 struct associated_allocator< struct
395 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
397 static type get( in get()
668 struct associated_allocator< struct
673 typedef typename associated_allocator<ReadHandler, Allocator1>::type type;
675 static type get( in get()
Dconnect.hpp729 struct associated_allocator< struct
734 RangeConnectHandler, Allocator>::type type;
736 static type get( in get()
769 struct associated_allocator< struct
775 IteratorConnectHandler, Allocator>::type type;
777 static type get( in get()
Dredirect_error.hpp374 struct associated_allocator<detail::redirect_error_handler<Handler>, Allocator> struct
376 typedef typename associated_allocator<Handler, Allocator>::type type;
378 static type get( in get()
Dspawn.hpp300 struct associated_allocator<detail::coro_handler<Handler, T>, Allocator> struct
302 typedef typename associated_allocator<Handler, Allocator>::type type;
304 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.hpp831 struct associated_allocator<detail::binder1<Handler, Arg1>, Allocator> struct
833 typedef typename associated_allocator<Handler, Allocator>::type type;
835 static type get(const detail::binder1<Handler, Arg1>& h, in get()
843 struct associated_allocator<detail::binder2<Handler, Arg1, Arg2>, Allocator> struct
845 typedef typename associated_allocator<Handler, Allocator>::type type;
847 static type get(const detail::binder2<Handler, Arg1, Arg2>& h, in get()
883 struct associated_allocator<detail::move_binder1<Handler, Arg1>, Allocator> struct
885 typedef typename associated_allocator<Handler, Allocator>::type type;
887 static type get(const detail::move_binder1<Handler, Arg1>& h, in get()
895 struct associated_allocator< struct
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dassociated_allocator.hpp73 struct associated_allocator struct
78 typedef see_below type;
85 static type get(const T& t, in get()
Dbind_executor.hpp547 struct associated_allocator<executor_binder<T, Executor>, Allocator> struct
549 typedef typename associated_allocator<T, Allocator>::type type;
551 static type get(const executor_binder<T, Executor>& b, in get()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/experimental/impl/
Das_single.hpp225 struct associated_allocator< struct
228 typedef typename associated_allocator<Handler, Allocator>::type type;
230 static type get( in get()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/detail/
Dio.hpp386 struct associated_allocator< struct
389 typedef typename associated_allocator<Handler, Allocator>::type type;
391 static type get(const ssl::detail::io_op<Stream, Operation, Handler>& h, in get()