Home
last modified time | relevance | path

Searched refs:grpcsharp_call_destroy (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs75 public readonly Delegates.grpcsharp_call_destroy_delegate grpcsharp_call_destroy; field in Grpc.Core.Internal.NativeMethods
175 …this.grpcsharp_call_destroy = GetMethodDelegate<Delegates.grpcsharp_call_destroy_delegate>(library… in NativeMethods()
274 this.grpcsharp_call_destroy = DllImportsFromStaticLib.grpcsharp_call_destroy; in NativeMethods()
373 this.grpcsharp_call_destroy = DllImportsFromSharedLib.grpcsharp_call_destroy; in NativeMethods()
656 public static extern void grpcsharp_call_destroy(IntPtr call); in grpcsharp_call_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
949 public static extern void grpcsharp_call_destroy(IntPtr call); in grpcsharp_call_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DCallSafeHandle.cs204 Native.grpcsharp_call_destroy(handle); in ReleaseHandle()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template43 'void grpcsharp_call_destroy(IntPtr call)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c526 GPR_EXPORT void GPR_CALLTYPE grpcsharp_call_destroy(grpc_call* call) { in grpcsharp_call_destroy() function