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.hpp63 using self_type = Connection<Adaptor, Handler>; global() typedef in crow::Connection
488 afterReadHeaders(const std::shared_ptr<self_type> &,const boost::system::error_code & ec,std::size_t bytesTransferred) afterReadHeaders() argument
581 afterRead(const std::shared_ptr<self_type> &,const boost::system::error_code & ec,std::size_t bytesTransferred) afterRead() argument
648 afterDoWrite(const std::shared_ptr<self_type> &,const boost::system::error_code & ec,std::size_t bytesTransferred) afterDoWrite() argument
[all...]
H A Dhttp2_connection.hpp54 using self_type = HTTP2Connection<Adaptor, Handler>; global() typedef in crow::HTTP2Connection
562 afterDoRead(const std::shared_ptr<self_type> &,const boost::system::error_code & ec,size_t bytesTransferred) afterDoRead() argument