Home
last modified time | relevance | path

Searched defs:send_lambda (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/beast/example/http/server/coro/
Dhttp_server_coro.cpp216 struct send_lambda struct
223 send_lambda( in send_lambda() argument
237 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/coro-ssl/
Dhttp_server_coro_ssl.cpp239 struct send_lambda struct
246 send_lambda( in send_lambda() argument
260 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/sync/
Dhttp_server_sync.cpp216 struct send_lambda struct
223 send_lambda( in send_lambda() argument
235 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/sync-ssl/
Dhttp_server_sync_ssl.cpp219 struct send_lambda struct
226 send_lambda( in send_lambda() argument
238 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/websocket/server/chat-multi/
Dhttp_session.cpp191 struct http_session::send_lambda struct in http_session
193 http_session& self_;
196 send_lambda(http_session& self) in send_lambda() argument
203 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/stackless/
Dhttp_server_stackless.cpp223 struct send_lambda struct in session
225 session& self_;
226 std::shared_ptr<void> res_;
229 send_lambda(session& self) in send_lambda() argument
236 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/async/
Dhttp_server_async.cpp220 struct send_lambda struct in session
222 session& self_;
225 send_lambda(session& self) in send_lambda() function
232 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/stackless-ssl/
Dhttp_server_stackless_ssl.cpp247 struct send_lambda struct in session
249 session& self_;
252 send_lambda(session& self) in send_lambda() argument
259 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/async-ssl/
Dhttp_server_async_ssl.cpp244 struct send_lambda struct in session
246 session& self_;
249 send_lambda(session& self) in send_lambda() function
256 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
/third_party/boost/libs/beast/example/http/server/flex/
Dhttp_server_flex.cpp254 struct send_lambda struct in session
256 session& self_;
259 send_lambda(session& self) in send_lambda() argument
266 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()