Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs59 … readonly Delegates.grpcsharp_call_credentials_release_delegate grpcsharp_call_credentials_release; field in Grpc.Core.Internal.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/src/csharp/ext/
Dgrpc_csharp_ext.c953 grpcsharp_call_credentials_release(grpc_call_credentials* creds) { in grpcsharp_call_credentials_release() function