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.hpp76 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
169 void afterDetectSsl(const std::shared_ptr<self_type>& /*self*/, in afterDetectSsl()
238 void afterSslHandshake(const std::shared_ptr<self_type>& /*self*/, in afterSslHandshake()
596 void afterReadHeaders(const std::shared_ptr<self_type>& /*self*/, in afterReadHeaders()
688 void afterRead(const std::shared_ptr<self_type>& /*self*/, in afterRead()
769 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
624 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead()