Home
last modified time | relevance | path

Searched defs:handler_ptr (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/beast/core/impl/
Dhandler_ptr.hpp50 handler_ptr(handler_ptr&& other) in handler_ptr() function in boost::beast::handler_ptr
65 handler_ptr(DeducedHandler&& h, Args&&... args) in handler_ptr() function in boost::beast::handler_ptr
/third_party/boost/boost/beast/core/
Dhandler_ptr.hpp55 class handler_ptr class
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.cc829 const auto &handler_ptr = handlers_[meta->cmd()]; in InitClientToScheduler() local
1154 const auto &handler_ptr = server_handler_[meta->cmd()]; in CreateTcpServer() local
Dscheduler_node.cc126 const auto &handler_ptr = handlers_[meta->cmd()]; in CreateTcpServer() local
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc609 auto &handler_ptr = handlers_[meta->user_cmd()]; in operator ()() local