Home
last modified time | relevance | path

Searched defs:grpcsharp_auth_context_release (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs123 … public readonly Delegates.grpcsharp_auth_context_release_delegate grpcsharp_auth_context_release; field in Grpc.Core.Internal.NativeMethods
800 public static extern void grpcsharp_auth_context_release(IntPtr authContext); in grpcsharp_auth_context_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1093 public static extern void grpcsharp_auth_context_release(IntPtr authContext); in grpcsharp_auth_context_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1088 grpcsharp_auth_context_release(grpc_auth_context* ctx) { in grpcsharp_auth_context_release() function