/third_party/boost/boost/detail/ |
D | call_traits.hpp | 74 struct call_traits struct 77 typedef T value_type; 78 typedef T& reference; 79 typedef const T& const_reference; 91 >::param_type param_type; 95 struct call_traits<T&> struct 97 typedef T& value_type; 98 typedef T& reference; 99 typedef const T& const_reference; 100 typedef T& param_type; // hh removed const [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | prefer.hpp | 152 struct call_traits struct 156 typedef void result_type; 160 struct call_traits<Impl, T, void(Property), struct 178 typedef BOOST_ASIO_MOVE_ARG(T) result_type; 180 typedef BOOST_ASIO_MOVE_ARG(typename decay<T>::type) result_type; 185 struct call_traits<Impl, T, void(Property), struct 207 struct call_traits<Impl, T, void(Property), struct 232 struct call_traits<Impl, T, void(Property), struct 260 struct call_traits<Impl, T, void(Property), struct 291 struct call_traits<Impl, T, void(Property), struct [all …]
|
D | require.hpp | 135 struct call_traits struct 139 typedef void result_type; 143 struct call_traits<Impl, T, void(Property), struct 161 typedef BOOST_ASIO_MOVE_ARG(T) result_type; 163 typedef BOOST_ASIO_MOVE_ARG(typename decay<T>::type) result_type; 168 struct call_traits<Impl, T, void(Property), struct 190 struct call_traits<Impl, T, void(Property), struct 215 struct call_traits<Impl, T, void(P0, P1), struct 246 >::type result_type; 251 struct call_traits<Impl, T, void(P0, P1, PN BOOST_ASIO_ELLIPSIS), struct [all …]
|
D | require_concept.hpp | 133 struct call_traits struct 137 typedef void result_type; 141 struct call_traits<Impl, T, void(Property), struct 157 typedef BOOST_ASIO_MOVE_ARG(T) result_type; 161 struct call_traits<Impl, T, void(Property), struct 189 struct call_traits<Impl, T, void(Property), struct
|
D | query.hpp | 126 struct call_traits struct 130 typedef void result_type; 134 struct call_traits<Impl, T, void(Property), struct 150 struct call_traits<Impl, T, void(Property), struct 169 struct call_traits<Impl, T, void(Property), struct
|
/third_party/boost/boost/asio/ |
D | prefer.hpp | 152 struct call_traits struct 156 typedef void result_type; 160 struct call_traits<Impl, T, void(Property), struct 178 typedef BOOST_ASIO_MOVE_ARG(T) result_type; 180 typedef BOOST_ASIO_MOVE_ARG(typename decay<T>::type) result_type; 185 struct call_traits<Impl, T, void(Property), struct 207 struct call_traits<Impl, T, void(Property), struct 232 struct call_traits<Impl, T, void(Property), struct 260 struct call_traits<Impl, T, void(Property), struct 291 struct call_traits<Impl, T, void(Property), struct [all …]
|
D | require.hpp | 135 struct call_traits struct 139 typedef void result_type; 143 struct call_traits<Impl, T, void(Property), struct 161 typedef BOOST_ASIO_MOVE_ARG(T) result_type; 163 typedef BOOST_ASIO_MOVE_ARG(typename decay<T>::type) result_type; 168 struct call_traits<Impl, T, void(Property), struct 190 struct call_traits<Impl, T, void(Property), struct 215 struct call_traits<Impl, T, void(P0, P1), struct 246 >::type result_type; 251 struct call_traits<Impl, T, void(P0, P1, PN BOOST_ASIO_ELLIPSIS), struct [all …]
|
D | require_concept.hpp | 133 struct call_traits struct 137 typedef void result_type; 141 struct call_traits<Impl, T, void(Property), struct 157 typedef BOOST_ASIO_MOVE_ARG(T) result_type; 161 struct call_traits<Impl, T, void(Property), struct 189 struct call_traits<Impl, T, void(Property), struct
|
D | query.hpp | 126 struct call_traits struct 130 typedef void result_type; 134 struct call_traits<Impl, T, void(Property), struct 150 struct call_traits<Impl, T, void(Property), struct 169 struct call_traits<Impl, T, void(Property), struct
|
/third_party/boost/boost/asio/execution/ |
D | schedule.hpp | 92 struct call_traits struct 96 typedef void result_type; 100 struct call_traits<S, struct 110 struct call_traits<S, struct 123 struct call_traits<S, struct 138 typedef BOOST_ASIO_MOVE_ARG(S) result_type; 140 typedef BOOST_ASIO_MOVE_ARG(typename decay<S>::type) result_type;
|
D | bulk_execute.hpp | 131 struct call_traits struct 135 typedef void result_type; 139 struct call_traits<S, void(F, N), struct 157 struct call_traits<S, void(F, N), struct 178 struct call_traits<S, void(F, N), struct 207 typedef bulk_sender<S, F, N> result_type;
|
D | submit.hpp | 132 struct call_traits struct 136 typedef void result_type; 140 struct call_traits<S, void(R), struct 153 struct call_traits<S, void(R), struct 169 struct call_traits<S, void(R), struct 182 typedef void result_type;
|
D | connect.hpp | 164 struct call_traits struct 168 typedef void result_type; 172 struct call_traits<S, void(R), struct 188 struct call_traits<S, void(R), struct 207 struct call_traits<S, void(R), struct 232 typedef as_operation<S, R> result_type;
|
D | execute.hpp | 119 struct call_traits struct 125 struct call_traits<Impl, T, void(F), struct 135 struct call_traits<Impl, T, void(F), struct 148 struct call_traits<Impl, T, void(F), struct 168 typedef void result_type;
|
D | start.hpp | 86 struct call_traits struct 90 typedef void result_type; 94 struct call_traits<R, struct 104 struct call_traits<R, struct
|
D | set_done.hpp | 89 struct call_traits struct 93 typedef void result_type; 97 struct call_traits<R, struct 107 struct call_traits<R, struct
|
D | set_error.hpp | 89 struct call_traits struct 93 typedef void result_type; 97 struct call_traits<R, void(E), struct 107 struct call_traits<R, void(E), struct
|
/third_party/boost/libs/asio/include/boost/asio/execution/ |
D | schedule.hpp | 92 struct call_traits struct 96 typedef void result_type; 100 struct call_traits<S, struct 110 struct call_traits<S, struct 123 struct call_traits<S, struct 138 typedef BOOST_ASIO_MOVE_ARG(S) result_type; 140 typedef BOOST_ASIO_MOVE_ARG(typename decay<S>::type) result_type;
|
D | bulk_execute.hpp | 131 struct call_traits struct 135 typedef void result_type; 139 struct call_traits<S, void(F, N), struct 157 struct call_traits<S, void(F, N), struct 178 struct call_traits<S, void(F, N), struct 207 typedef bulk_sender<S, F, N> result_type;
|
D | submit.hpp | 132 struct call_traits struct 136 typedef void result_type; 140 struct call_traits<S, void(R), struct 153 struct call_traits<S, void(R), struct 169 struct call_traits<S, void(R), struct 182 typedef void result_type;
|
D | connect.hpp | 164 struct call_traits struct 168 typedef void result_type; 172 struct call_traits<S, void(R), struct 188 struct call_traits<S, void(R), struct 207 struct call_traits<S, void(R), struct 232 typedef as_operation<S, R> result_type;
|
D | execute.hpp | 119 struct call_traits struct 125 struct call_traits<Impl, T, void(F), struct 135 struct call_traits<Impl, T, void(F), struct 148 struct call_traits<Impl, T, void(F), struct 168 typedef void result_type;
|
D | set_done.hpp | 89 struct call_traits struct 93 typedef void result_type; 97 struct call_traits<R, struct 107 struct call_traits<R, struct
|
D | set_error.hpp | 89 struct call_traits struct 93 typedef void result_type; 97 struct call_traits<R, void(E), struct 107 struct call_traits<R, void(E), struct
|
D | start.hpp | 86 struct call_traits struct 90 typedef void result_type; 94 struct call_traits<R, struct 104 struct call_traits<R, struct
|