Home
last modified time | relevance | path

Searched refs:grpcsharp_server_start (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs60 Native.grpcsharp_server_start(this); in Start()
DNativeMethods.Generated.cs114 public readonly Delegates.grpcsharp_server_start_delegate grpcsharp_server_start; field in Grpc.Core.Internal.NativeMethods
214 …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.DllImportsFromStaticLib
1066 public static extern void grpcsharp_server_start(ServerSafeHandle server); in grpcsharp_server_start() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template82 'void grpcsharp_server_start(ServerSafeHandle server)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c878 GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_start(grpc_server* server) { in grpcsharp_server_start() function