Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DRequestCallContextSafeHandle.cs72 IntPtr hostPtr = Native.grpcsharp_request_call_context_host(this, out hostLen); in GetServerRpcNew()
DNativeMethods.Generated.cs53 …eadonly Delegates.grpcsharp_request_call_context_host_delegate grpcsharp_request_call_context_host; field in Grpc.Core.Internal.NativeMethods
153 …this.grpcsharp_request_call_context_host = GetMethodDelegate<Delegates.grpcsharp_request_call_cont… in NativeMethods()
252 …this.grpcsharp_request_call_context_host = DllImportsFromStaticLib.grpcsharp_request_call_context_… in NativeMethods()
351 …this.grpcsharp_request_call_context_host = DllImportsFromSharedLib.grpcsharp_request_call_context_… in NativeMethods()
590 …public static extern IntPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, … in grpcsharp_request_call_context_host() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
883 …public static extern IntPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, … in grpcsharp_request_call_context_host() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template21 …'IntPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLeng…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c321 GPR_EXPORT const char* GPR_CALLTYPE grpcsharp_request_call_context_host( in grpcsharp_request_call_context_host() function