Searched defs:handler_ptr (Results 1 – 5 of 5) sorted by relevance
50 handler_ptr(handler_ptr&& other) in handler_ptr() function in boost::beast::handler_ptr65 handler_ptr(DeducedHandler&& h, Args&&... args) in handler_ptr() function in boost::beast::handler_ptr
55 class handler_ptr class
829 const auto &handler_ptr = handlers_[meta->cmd()]; in InitClientToScheduler() local1154 const auto &handler_ptr = server_handler_[meta->cmd()]; in CreateTcpServer() local
126 const auto &handler_ptr = handlers_[meta->cmd()]; in CreateTcpServer() local
609 auto &handler_ptr = handlers_[meta->user_cmd()]; in operator ()() local