Searched refs:StartSendStatusFromServer (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | INativeCall.cs | 90 …void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status status, Me… in StartSendStatusFromServer() method
|
D | AsyncCallServer.cs | 145 …call.StartSendStatusFromServer(SendStatusFromServerCompletionCallback, status, metadataArray, !ini… in SendStatusFromServerAsync()
|
D | CallSafeHandle.cs | 131 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer() method in Grpc.Core.Internal.CallSafeHandle
|
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/ |
D | Utf8Encode.cs | 120 …call.StartSendStatusFromServer(this, status, metadata, false, SliceBufferSafeHandle.NullInstance, … in SendStatus()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | FakeNativeCall.cs | 159 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer() method in Grpc.Core.Internal.Tests.FakeNativeCall
|