Home
last modified time | relevance | path

Searched defs:grpcsharp_server_add_insecure_http2_port (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs112 …legates.grpcsharp_server_add_insecure_http2_port_delegate grpcsharp_server_add_insecure_http2_port; field in Grpc.Core.Internal.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/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