Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs38 public readonly Delegates.grpcsharp_shutdown_delegate grpcsharp_shutdown;
138 … this.grpcsharp_shutdown = GetMethodDelegate<Delegates.grpcsharp_shutdown_delegate>(library); in NativeMethods()
438 public delegate void grpcsharp_shutdown_delegate(); in grpcsharp_shutdown_delegate() method in Grpc.Core.Internal.NativeMethods.Delegates