Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallServerTest.cs157 fakeCall.SendStatusFromServerCallback.OnSendStatusFromServerCompletion(true); in WriteAndWriteStatusCanRunConcurrently()
176 fakeCall.SendStatusFromServerCallback.OnSendStatusFromServerCompletion(true); in WriteAfterWriteStatusThrowsInvalidOperationException()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DINativeCall.cs51 void OnSendStatusFromServerCompletion(bool success); in OnSendStatusFromServerCompletion() method
DAsyncCallServer.cs249 void ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion(bool success) in ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion()
DCallSafeHandle.cs49 … state) => ((ISendStatusFromServerCompletionCallback)state).OnSendStatusFromServerCompletion(succe…
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DUtf8Encode.cs124 … void ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion(bool success) { } in ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion()