Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallServer.cs81 public Task SendMessageAsync(TResponse msg, WriteFlags writeFlags) in SendMessageAsync() method in Grpc.Core.Internal.AsyncCallServer
DAsyncCall.cs299 public Task SendMessageAsync(TRequest msg, WriteFlags writeFlags) in SendMessageAsync() method in Grpc.Core.Internal.AsyncCall
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dnode.cc57 uint64_t Node::SendMessageAsync(const std::shared_ptr<TcpClient> &client, const std::shared_ptr<Mes… in SendMessageAsync() function in mindspore::ps::core::Node
Dabstract_node.cc905 uint64_t AbstractNode::SendMessageAsync(const std::shared_ptr<TcpClient> &client, in SendMessageAsync() function in mindspore::ps::core::AbstractNode