Home
last modified time | relevance | path

Searched defs:handlers_ (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dscheduler_node.h150 std::unordered_map<NodeCommand, ResponseHandler> handlers_; variable
Dabstract_node.h236 std::unordered_map<NodeCommand, ResponseHandler> handlers_; variable
/third_party/flutter/engine/flutter/runtime/
Dservice_protocol.h78 std::map<Handler*, fml::AtomicObject<Handler::Description>> handlers_; variable
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.h114 std::unordered_map<int, RequestHandler> handlers_; variable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dplugin_registrar.cc86 std::map<std::string, BinaryMessageHandler> handlers_; member in flutter::BinaryMessengerImpl
/third_party/boost/doc/html/boost_asio/example/cpp03/invocation/
Dprioritised_handlers.cpp117 std::priority_queue<queued_handler> handlers_; member in handler_priority_queue
/third_party/boost/libs/asio/example/cpp03/invocation/
Dprioritised_handlers.cpp117 std::priority_queue<queued_handler> handlers_; member in handler_priority_queue
/third_party/boost/libs/asio/example/cpp11/invocation/
Dprioritised_handlers.cpp140 std::priority_queue<std::unique_ptr<queued_handler_base>> handlers_; member in handler_priority_queue
/third_party/boost/doc/html/boost_asio/example/cpp11/invocation/
Dprioritised_handlers.cpp140 std::priority_queue<std::unique_ptr<queued_handler_base>> handlers_; member in handler_priority_queue
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dactor.cpp176 std::vector<std::shared_ptr<message_handler_base>> handlers_; member in actor
/third_party/boost/libs/asio/example/cpp14/executors/
Dactor.cpp175 std::vector<std::shared_ptr<message_handler_base>> handlers_; member in actor
/third_party/boost/libs/asio/example/cpp11/executors/
Dactor.cpp176 std::vector<std::shared_ptr<message_handler_base>> handlers_; member in actor
/third_party/nghttp2/src/
DHttpServer.cc413 std::set<Http2Handler *> handlers_; member in nghttp2::Sessions