Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs98 public readonly Delegates.gprsharp_free_delegate gprsharp_free;
198 this.gprsharp_free = GetMethodDelegate<Delegates.gprsharp_free_delegate>(library); in NativeMethods()
498 public delegate void gprsharp_free_delegate(IntPtr ptr); in gprsharp_free_delegate() method in Grpc.Core.Internal.NativeMethods.Delegates