Searched refs:UnaryResponseClientCallback (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | AsyncCallTest.cs | 80 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in AsyncUnary_Success() 92 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in AsyncUnary_NonSuccessStatusCode() 104 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in AsyncUnary_NullResponsePayload() 161 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_NoRequest_Success() 173 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_NoRequest_NonSuccessStatusCode() 199 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_MoreRequests_Success() 219 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteFailureThrowsRpcException() 238 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteFailureThrowsRpcException2() 264 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteFailureThrowsRpcException3() 285 fakeCall.UnaryResponseClientCallback.OnUnaryResponseClient(true, in ClientStreaming_WriteAfterReceivingStatusThrowsRpcException() [all …]
|
D | FakeNativeCall.cs | 35 public IUnaryResponseClientCallback UnaryResponseClientCallback property in Grpc.Core.Internal.Tests.FakeNativeCall 107 UnaryResponseClientCallback = callback; in StartUnary() 119 UnaryResponseClientCallback = callback; in StartClientStreaming()
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | AsyncCall.cs | 169 …call.StartUnary(UnaryResponseClientCallback, payload, GetWriteFlagsForCall(), metadataArray, detai… in UnaryCallAsync() 207 … call.StartClientStreaming(UnaryResponseClientCallback, metadataArray, details.Options.Flags); in ClientStreamingCallAsync() 645 IUnaryResponseClientCallback UnaryResponseClientCallback => this; field in Grpc.Core.Internal.AsyncCall
|