Home
last modified time | relevance | path

Searched defs:EventCallback (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DvariableDeclaratorResolvedDuringContextualTyping.ts7 export interface EventCallback { interface
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtcp_client.cc222 void TcpClient::EventCallback(struct bufferevent *bev, std::int16_t events, void *ptr) { in EventCallback() function in mindspore::ps::core::TcpClient
Dtcp_server.cc357 void TcpServer::EventCallback(struct bufferevent *bev, std::int16_t events, void *data) { in EventCallback() function in mindspore::ps::core::TcpServer
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h214 using EventCallback = std::function<void(void)>; variable