Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelCredentialsSafeHandle.cs60 Native.grpcsharp_channel_credentials_release(handle); in ReleaseHandle()
DNativeMethods.Generated.cs83 …nly Delegates.grpcsharp_channel_credentials_release_delegate grpcsharp_channel_credentials_release; field in Grpc.Core.Internal.NativeMethods
183 …this.grpcsharp_channel_credentials_release = GetMethodDelegate<Delegates.grpcsharp_channel_credent… in NativeMethods()
282 …this.grpcsharp_channel_credentials_release = DllImportsFromStaticLib.grpcsharp_channel_credentials… in NativeMethods()
381 …this.grpcsharp_channel_credentials_release = DllImportsFromSharedLib.grpcsharp_channel_credentials… in NativeMethods()
680 public static extern void grpcsharp_channel_credentials_release(IntPtr credentials); in grpcsharp_channel_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
973 public static extern void grpcsharp_channel_credentials_release(IntPtr credentials); in grpcsharp_channel_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template51 'void grpcsharp_channel_credentials_release(IntPtr credentials)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c948 grpcsharp_channel_credentials_release(grpc_channel_credentials* creds) { in grpcsharp_channel_credentials_release() function