Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCredentialsSafeHandle.cs46 Native.grpcsharp_server_credentials_release(handle); in ReleaseHandle()
DNativeMethods.Generated.cs109 …donly Delegates.grpcsharp_server_credentials_release_delegate grpcsharp_server_credentials_release; field in Grpc.Core.Internal.NativeMethods
209 …this.grpcsharp_server_credentials_release = GetMethodDelegate<Delegates.grpcsharp_server_credentia… in NativeMethods()
308 …this.grpcsharp_server_credentials_release = DllImportsFromStaticLib.grpcsharp_server_credentials_r… in NativeMethods()
407 …this.grpcsharp_server_credentials_release = DllImportsFromSharedLib.grpcsharp_server_credentials_r… in NativeMethods()
758 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1051 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template77 'void grpcsharp_server_credentials_release(IntPtr credentials)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c993 grpcsharp_server_credentials_release(grpc_server_credentials* creds) { in grpcsharp_server_credentials_release() function