Searched refs:self_t (Results 1 – 8 of 8) sorted by relevance
/openbmc/bmcweb/http/routing/ |
H A D | ruleparametertraits.hpp | 27 using self_t = T; typedef 30 self_t* self = static_cast<self_t*>(this); in websocket() 39 self_t* self = static_cast<self_t*>(this); in serverSentEvent() 45 self_t& methods(boost::beast::http::verb method) in methods() 47 self_t* self = static_cast<self_t*>(this); in methods() 57 self_t& methods(boost::beast::http::verb method, MethodArgs... argsMethod) in methods() 59 self_t* self = static_cast<self_t*>(this); in methods() 69 self_t& notFound() in notFound() 71 self_t* self = static_cast<self_t*>(this); in notFound() 77 self_t& methodNotAllowed() in methodNotAllowed() [all …]
|
H A D | websocketrule.hpp | 25 using self_t = WebSocketRule; typedef in crow::WebSocketRule 57 self_t& onopen(Func f) in onopen() 64 self_t& onmessage(Func f) in onmessage() 71 self_t& onmessageex(Func f) in onmessageex() 78 self_t& onclose(Func f) in onclose() 85 self_t& onerror(Func f) in onerror()
|
H A D | sserule.hpp | 23 using self_t = SseSocketRule; typedef in crow::SseSocketRule 43 self_t& onopen(Func f) in onopen() 50 self_t& onclose(Func f) in onclose()
|
H A D | taggedrule.hpp | 24 using self_t = TaggedRule<Args...>; typedef in crow::TaggedRule
|
/openbmc/sdbusplus/include/sdbusplus/asio/detail/ |
H A D | async_send_handler.hpp | 48 using self_t = unpack_userdata<CompletionToken>; in do_unpack() typedef 49 std::unique_ptr<self_t> context(static_cast<self_t*>(userdata)); in do_unpack()
|
/openbmc/bmcweb/http/ |
H A D | http_server.hpp | 42 using self_t = Server<Handler, Adaptor>; typedef in crow::Server 167 std::bind_front(&self_t::afterAccept, this, std::move(socket), in doAccept()
|
H A D | websocket_impl.hpp | 47 using self_t = ConnectionImpl<Adaptor>; typedef in crow::websocket::ConnectionImpl 124 std::bind_front(&self_t::acceptDone, this, in start()
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | object_server.hpp | 227 using self_t = coroutine_method_instance<CallbackType>; typedef in sdbusplus::asio::coroutine_method_instance 238 boost::asio::spawn(io_, std::bind_front(&self_t::after_spawn, this, b), in operator ()()
|