Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCStringSafeHandle.cs40 Native.gprsharp_free(handle); in ReleaseHandle()
DNativeMethods.Generated.cs98 public readonly Delegates.gprsharp_free_delegate gprsharp_free; field in Grpc.Core.Internal.NativeMethods
198 this.gprsharp_free = GetMethodDelegate<Delegates.gprsharp_free_delegate>(library); in NativeMethods()
297 this.gprsharp_free = DllImportsFromStaticLib.gprsharp_free; in NativeMethods()
396 this.gprsharp_free = DllImportsFromSharedLib.gprsharp_free; in NativeMethods()
725 public static extern void gprsharp_free(IntPtr ptr); in gprsharp_free() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1018 public static extern void gprsharp_free(IntPtr ptr); in gprsharp_free() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template66 'void gprsharp_free(IntPtr ptr)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c524 GPR_EXPORT void GPR_CALLTYPE gprsharp_free(void* p) { gpr_free(p); } in gprsharp_free() function