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.hpp74 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
167 void afterDetectSsl(const std::shared_ptr<self_type>& /*self*/, in afterDetectSsl()
236 void afterSslHandshake(const std::shared_ptr<self_type>& /*self*/, in afterSslHandshake()
591 void afterReadHeaders(const std::shared_ptr<self_type>& /*self*/, in afterReadHeaders()
691 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.hpp63 using self_type = HTTP2Connection<Adaptor, Handler>; typedef in crow::HTTP2Connection
592 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead()