Home
last modified time | relevance | path

Searched defs:grpcsharp_server_credentials_release (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
Dgrpc_csharp_ext_dummy_stubs.c321 void grpcsharp_server_credentials_release() { in grpcsharp_server_credentials_release() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs111 …donly Delegates.grpcsharp_server_credentials_release_delegate grpcsharp_server_credentials_release; field in Grpc.Core.Internal.NativeMethods
1241 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1561 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1881 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2201 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2521 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2841 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1105 grpcsharp_server_credentials_release(grpc_server_credentials* creds) { in grpcsharp_server_credentials_release() function