Home
last modified time | relevance | path

Searched defs:grpcsharp_server_destroy (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.c357 void grpcsharp_server_destroy() { in grpcsharp_server_destroy() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs120 public readonly Delegates.grpcsharp_server_destroy_delegate grpcsharp_server_destroy; field in Grpc.Core.Internal.NativeMethods
1268 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1588 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1908 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2228 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2548 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2868 public static extern void grpcsharp_server_destroy(IntPtr server); in grpcsharp_server_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c967 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_destroy(grpc_server* server) { in grpcsharp_server_destroy() function