Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAuthContextSafeHandle.cs71 Native.grpcsharp_auth_context_release(handle); in ReleaseHandle()
DNativeMethods.Generated.cs123 … public readonly Delegates.grpcsharp_auth_context_release_delegate grpcsharp_auth_context_release; field in Grpc.Core.Internal.NativeMethods
223 …this.grpcsharp_auth_context_release = GetMethodDelegate<Delegates.grpcsharp_auth_context_release_d… in NativeMethods()
322 … this.grpcsharp_auth_context_release = DllImportsFromStaticLib.grpcsharp_auth_context_release; in NativeMethods()
421 … this.grpcsharp_auth_context_release = DllImportsFromSharedLib.grpcsharp_auth_context_release; in 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/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template91 'void grpcsharp_auth_context_release(IntPtr authContext)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1088 grpcsharp_auth_context_release(grpc_auth_context* ctx) { in grpcsharp_auth_context_release() function