Home
last modified time | relevance | path

Searched defs:grpcsharp_server_create (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.c325 void grpcsharp_server_create() { in grpcsharp_server_create() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs112 public readonly Delegates.grpcsharp_server_create_delegate grpcsharp_server_create; field in Grpc.Core.Internal.NativeMethods
1244 … public static extern ServerSafeHandle grpcsharp_server_create(ChannelArgsSafeHandle args); in grpcsharp_server_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1564 … public static extern ServerSafeHandle grpcsharp_server_create(ChannelArgsSafeHandle args); in grpcsharp_server_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1884 … public static extern ServerSafeHandle grpcsharp_server_create(ChannelArgsSafeHandle args); in grpcsharp_server_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2204 … public static extern ServerSafeHandle grpcsharp_server_create(ChannelArgsSafeHandle args); in grpcsharp_server_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2524 … public static extern ServerSafeHandle grpcsharp_server_create(ChannelArgsSafeHandle args); in grpcsharp_server_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2844 … public static extern ServerSafeHandle grpcsharp_server_create(ChannelArgsSafeHandle args); in grpcsharp_server_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c938 grpcsharp_server_create(const grpc_channel_args* args) { in grpcsharp_server_create() function