Searched refs:grpcsharp_request_call_context_destroy (Results 1 – 4 of 4) sorted by relevance
103 Native.grpcsharp_request_call_context_destroy(handle); in ReleaseHandle()
57 …y Delegates.grpcsharp_request_call_context_destroy_delegate grpcsharp_request_call_context_destroy; field in Grpc.Core.Internal.NativeMethods157 …this.grpcsharp_request_call_context_destroy = GetMethodDelegate<Delegates.grpcsharp_request_call_c… in NativeMethods()256 …this.grpcsharp_request_call_context_destroy = DllImportsFromStaticLib.grpcsharp_request_call_conte… in NativeMethods()355 …this.grpcsharp_request_call_context_destroy = DllImportsFromSharedLib.grpcsharp_request_call_conte… in NativeMethods()602 public static extern void grpcsharp_request_call_context_destroy(IntPtr ctx); in grpcsharp_request_call_context_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib895 public static extern void grpcsharp_request_call_context_destroy(IntPtr ctx); in grpcsharp_request_call_context_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
25 'void grpcsharp_request_call_context_destroy(IntPtr ctx)',
238 grpcsharp_request_call_context_destroy(grpcsharp_request_call_context* ctx) { in grpcsharp_request_call_context_destroy() function