Home
last modified time | relevance | path

Searched defs:grpcsharp_call_destroy (Results 1 – 2 of 2) 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
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
/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