Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallCredentialsSafeHandle.cs41 Native.grpcsharp_call_credentials_release(handle); in ReleaseHandle()
DNativeMethods.Generated.cs59 … readonly Delegates.grpcsharp_call_credentials_release_delegate grpcsharp_call_credentials_release; field in Grpc.Core.Internal.NativeMethods
159 …this.grpcsharp_call_credentials_release = GetMethodDelegate<Delegates.grpcsharp_call_credentials_r… in NativeMethods()
258 …this.grpcsharp_call_credentials_release = DllImportsFromStaticLib.grpcsharp_call_credentials_relea… in NativeMethods()
357 …this.grpcsharp_call_credentials_release = DllImportsFromSharedLib.grpcsharp_call_credentials_relea… in NativeMethods()
608 public static extern void grpcsharp_call_credentials_release(IntPtr credentials); in grpcsharp_call_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
901 public static extern void grpcsharp_call_credentials_release(IntPtr credentials); in grpcsharp_call_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template27 'void grpcsharp_call_credentials_release(IntPtr credentials)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c953 grpcsharp_call_credentials_release(grpc_call_credentials* creds) { in grpcsharp_call_credentials_release() function