Home
last modified time | relevance | path

Searched defs:self_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp82 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
175 void afterDetectSsl(const std::shared_ptr<self_type>& /*self*/, in afterDetectSsl()
244 void afterSslHandshake(const std::shared_ptr<self_type>& /*self*/, in afterSslHandshake()
602 void afterReadHeaders(const std::shared_ptr<self_type>& /*self*/, in afterReadHeaders()
697 void afterRead(const std::shared_ptr<self_type>& /*self*/, in afterRead()
778 void afterDoWrite(const std::shared_ptr<self_type>& /*self*/, in afterDoWrite()
H A Dhttp2_connection.hpp66 using self_type = HTTP2Connection<Adaptor, Handler>; typedef in crow::HTTP2Connection
627 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead()