Searched refs:grpcsharp_server_start (Results 1 – 4 of 4) sorted by relevance
60 Native.grpcsharp_server_start(this); in Start()
114 public readonly Delegates.grpcsharp_server_start_delegate grpcsharp_server_start; field in Grpc.Core.Internal.NativeMethods214 …this.grpcsharp_server_start = GetMethodDelegate<Delegates.grpcsharp_server_start_delegate>(library… in NativeMethods()313 this.grpcsharp_server_start = DllImportsFromStaticLib.grpcsharp_server_start; in NativeMethods()412 this.grpcsharp_server_start = DllImportsFromSharedLib.grpcsharp_server_start; in NativeMethods()773 public static extern void grpcsharp_server_start(ServerSafeHandle server); in grpcsharp_server_start() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1066 public static extern void grpcsharp_server_start(ServerSafeHandle server); in grpcsharp_server_start() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
82 'void grpcsharp_server_start(ServerSafeHandle server)',
878 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_start(grpc_server* server) { in grpcsharp_server_start() function