Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs50 return Native.grpcsharp_server_add_insecure_http2_port(this, addr); in AddInsecurePort()
DNativeMethods.Generated.cs112 …legates.grpcsharp_server_add_insecure_http2_port_delegate grpcsharp_server_add_insecure_http2_port; field in Grpc.Core.Internal.NativeMethods
212 …this.grpcsharp_server_add_insecure_http2_port = GetMethodDelegate<Delegates.grpcsharp_server_add_i… in NativeMethods()
311 …this.grpcsharp_server_add_insecure_http2_port = DllImportsFromStaticLib.grpcsharp_server_add_insec… in NativeMethods()
410 …this.grpcsharp_server_add_insecure_http2_port = DllImportsFromSharedLib.grpcsharp_server_add_insec… in NativeMethods()
767 …public static extern int grpcsharp_server_add_insecure_http2_port(ServerSafeHandle server, string … in grpcsharp_server_add_insecure_http2_port() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1060 …public static extern int grpcsharp_server_add_insecure_http2_port(ServerSafeHandle server, string … in grpcsharp_server_add_insecure_http2_port() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template80 'int grpcsharp_server_add_insecure_http2_port(ServerSafeHandle server, string addr)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c873 GPR_EXPORT int32_t GPR_CALLTYPE grpcsharp_server_add_insecure_http2_port( in grpcsharp_server_add_insecure_http2_port() function