Home
last modified time | relevance | path

Searched refs:StartSendStatusFromServer (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DINativeCall.cs90 …void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status status, Me… in StartSendStatusFromServer() method
DAsyncCallServer.cs145 …call.StartSendStatusFromServer(SendStatusFromServerCompletionCallback, status, metadataArray, !ini… in SendStatusFromServerAsync()
DCallSafeHandle.cs131 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer() method in Grpc.Core.Internal.CallSafeHandle
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DUtf8Encode.cs120 …call.StartSendStatusFromServer(this, status, metadata, false, SliceBufferSafeHandle.NullInstance, … in SendStatus()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs159 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer() method in Grpc.Core.Internal.Tests.FakeNativeCall