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.hpp61 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
486 void afterReadHeaders(const std::shared_ptr<self_type>& /*self*/, in afterReadHeaders()
579 void afterRead(const std::shared_ptr<self_type>& /*self*/, in afterRead()
646 void afterDoWrite(const std::shared_ptr<self_type>& /*self*/, in afterDoWrite()
H A Dhttp2_connection.hpp52 using self_type = HTTP2Connection<Adaptor, Handler>; typedef in crow::HTTP2Connection
560 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead()