Searched defs:SendMessageAsync (Results 1 – 4 of 4) sorted by relevance
| /third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
| D | AsyncCallServer.cs | 81 public Task SendMessageAsync(TResponse msg, WriteFlags writeFlags) in SendMessageAsync() method in Grpc.Core.Internal.AsyncCallServer |
| D | AsyncCall.cs | 299 public Task SendMessageAsync(TRequest msg, WriteFlags writeFlags) in SendMessageAsync() method in Grpc.Core.Internal.AsyncCall |
| /third_party/mindspore/mindspore/ccsrc/ps/core/ | ||
| D | node.cc | 57 uint64_t Node::SendMessageAsync(const std::shared_ptr<TcpClient> &client, const std::shared_ptr<Mes… in SendMessageAsync() function in mindspore::ps::core::Node |
| D | abstract_node.cc | 905 uint64_t AbstractNode::SendMessageAsync(const std::shared_ptr<TcpClient> &client, in SendMessageAsync() function in mindspore::ps::core::AbstractNode |