Searched refs:IUnaryResponseClientCallback (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | INativeCall.cs | 23 internal interface IUnaryResponseClientCallback interface 70 …void StartUnary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlags, Meta… in StartUnary() 74 …void StartClientStreaming(IUnaryResponseClientCallback callback, MetadataArraySafeHandle metadataA… in StartClientStreaming()
|
D | CallSafeHandle.cs | 38 …(success, context, state) => ((IUnaryResponseClientCallback)state).OnUnaryResponseClient(success, … 69 …public void StartUnary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlag… in StartUnary() 85 …public void StartClientStreaming(IUnaryResponseClientCallback callback, MetadataArraySafeHandle me… in StartClientStreaming()
|
D | AsyncCall.cs | 31 …ll<TRequest, TResponse> : AsyncCallBase<TRequest, TResponse>, IUnaryResponseClientCallback, IRecei… 635 IUnaryResponseClientCallback UnaryResponseClientCallback => this; 637 …void IUnaryResponseClientCallback.OnUnaryResponseClient(bool success, ClientSideStatus receivedSta… in IUnaryResponseClientCallback.OnUnaryResponseClient()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | FakeNativeCall.cs | 35 public IUnaryResponseClientCallback UnaryResponseClientCallback 104 …public void StartUnary(IUnaryResponseClientCallback callback, byte[] payload, WriteFlags writeFlag… in StartUnary() 116 …public void StartClientStreaming(IUnaryResponseClientCallback callback, MetadataArraySafeHandle me… in StartClientStreaming()
|