Searched refs:grpcsharp_call_cancel (Results 1 – 4 of 4) sorted by relevance
60 public readonly Delegates.grpcsharp_call_cancel_delegate grpcsharp_call_cancel; field in Grpc.Core.Internal.NativeMethods160 … this.grpcsharp_call_cancel = GetMethodDelegate<Delegates.grpcsharp_call_cancel_delegate>(library); in NativeMethods()259 this.grpcsharp_call_cancel = DllImportsFromStaticLib.grpcsharp_call_cancel; in NativeMethods()358 this.grpcsharp_call_cancel = DllImportsFromSharedLib.grpcsharp_call_cancel; in NativeMethods()611 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib904 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
181 Native.grpcsharp_call_cancel(this).CheckOk(); in Cancel()
28 'CallError grpcsharp_call_cancel(CallSafeHandle call)',
511 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_cancel(grpc_call* call) { in grpcsharp_call_cancel() function