Home
last modified time | relevance | path

Searched refs:grpcsharp_call_cancel (Results 1 – 20 of 20) sorted by relevance

/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs61 public readonly Delegates.grpcsharp_call_cancel_delegate grpcsharp_call_cancel; field in Grpc.Core.Internal.NativeMethods
278 this.grpcsharp_call_cancel = DllImportsFromStaticLib.grpcsharp_call_cancel; in NativeMethods()
386 this.grpcsharp_call_cancel = DllImportsFromSharedLib.grpcsharp_call_cancel; in NativeMethods()
494 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x86.grpcsharp_call_cancel; in NativeMethods()
602 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x64.grpcsharp_call_cancel; in NativeMethods()
710 this.grpcsharp_call_cancel = DllImportsFromSharedLib_arm64.grpcsharp_call_cancel; in NativeMethods()
818 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x86_dll.grpcsharp_call_cancel; in NativeMethods()
926 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x64_dll.grpcsharp_call_cancel; in NativeMethods()
1199 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1519 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
[all …]
H A DCallSafeHandle.cs220 Native.grpcsharp_call_cancel(this).CheckOk(); in Cancel()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs61 public readonly Delegates.grpcsharp_call_cancel_delegate grpcsharp_call_cancel; field in Grpc.Core.Internal.NativeMethods
278 this.grpcsharp_call_cancel = DllImportsFromStaticLib.grpcsharp_call_cancel; in NativeMethods()
386 this.grpcsharp_call_cancel = DllImportsFromSharedLib.grpcsharp_call_cancel; in NativeMethods()
494 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x86.grpcsharp_call_cancel; in NativeMethods()
602 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x64.grpcsharp_call_cancel; in NativeMethods()
710 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x86_dll.grpcsharp_call_cancel; in NativeMethods()
818 this.grpcsharp_call_cancel = DllImportsFromSharedLib_x64_dll.grpcsharp_call_cancel; in NativeMethods()
1091 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1411 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1731 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
[all …]
H A DCallSafeHandle.cs220 Native.grpcsharp_call_cancel(this).CheckOk(); in Cancel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs60 public readonly Delegates.grpcsharp_call_cancel_delegate grpcsharp_call_cancel; field in Grpc.Core.Internal.NativeMethods
161 … this.grpcsharp_call_cancel = GetMethodDelegate<Delegates.grpcsharp_call_cancel_delegate>(library); in NativeMethods()
261 this.grpcsharp_call_cancel = DllImportsFromStaticLib.grpcsharp_call_cancel; in NativeMethods()
361 this.grpcsharp_call_cancel = DllImportsFromSharedLib.grpcsharp_call_cancel; in NativeMethods()
616 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
912 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
H A DCallSafeHandle.cs221 Native.grpcsharp_call_cancel(this).CheckOk(); in Cancel()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs61 public readonly Delegates.grpcsharp_call_cancel_delegate grpcsharp_call_cancel; field in Grpc.Core.Internal.NativeMethods
170 … this.grpcsharp_call_cancel = GetMethodDelegate<Delegates.grpcsharp_call_cancel_delegate>(library); in NativeMethods()
278 this.grpcsharp_call_cancel = DllImportsFromStaticLib.grpcsharp_call_cancel; in NativeMethods()
386 this.grpcsharp_call_cancel = DllImportsFromSharedLib.grpcsharp_call_cancel; in NativeMethods()
659 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
979 public static extern CallError grpcsharp_call_cancel(CallSafeHandle call); in grpcsharp_call_cancel() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
H A DCallSafeHandle.cs220 Native.grpcsharp_call_cancel(this).CheckOk(); in Cancel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
H A Dgrpc_csharp_ext_dummy_stubs.c117 void grpcsharp_call_cancel() { in grpcsharp_call_cancel() function
/dports/devel/grpc/grpc-1.42.0/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
H A Dgrpc_csharp_ext_dummy_stubs.c121 void grpcsharp_call_cancel() { in grpcsharp_call_cancel() function
/dports/devel/grpc130/grpc-1.30.2/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
H A Dgrpc_csharp_ext_dummy_stubs.c121 void grpcsharp_call_cancel() { in grpcsharp_call_cancel() function
/dports/devel/grpc134/grpc-1.34.1/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
H A Dgrpc_csharp_ext_dummy_stubs.c121 void grpcsharp_call_cancel() { in grpcsharp_call_cancel() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/templates/src/csharp/Grpc.Core/Internal/
H A Dnative_methods.include26 'CallError grpcsharp_call_cancel(CallSafeHandle call)',
/dports/devel/grpc130/grpc-1.30.2/templates/src/csharp/Grpc.Core/Internal/
H A Dnative_methods.include27 'CallError grpcsharp_call_cancel(CallSafeHandle call)',
/dports/devel/grpc134/grpc-1.34.1/templates/src/csharp/Grpc.Core/Internal/
H A Dnative_methods.include27 'CallError grpcsharp_call_cancel(CallSafeHandle call)',
/dports/devel/grpc/grpc-1.42.0/templates/src/csharp/Grpc.Core/Internal/
H A Dnative_methods.include27 'CallError grpcsharp_call_cancel(CallSafeHandle call)',
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/ext/
H A Dgrpc_csharp_ext.c533 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_cancel(grpc_call* call) { in grpcsharp_call_cancel() function
/dports/devel/grpc130/grpc-1.30.2/src/csharp/ext/
H A Dgrpc_csharp_ext.c546 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_cancel(grpc_call* call) { in grpcsharp_call_cancel() function
/dports/devel/grpc/grpc-1.42.0/src/csharp/ext/
H A Dgrpc_csharp_ext.c547 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_cancel(grpc_call* call) { in grpcsharp_call_cancel() function
/dports/devel/grpc134/grpc-1.34.1/src/csharp/ext/
H A Dgrpc_csharp_ext.c546 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_cancel(grpc_call* call) { in grpcsharp_call_cancel() function