Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DRequestCallContextSafeHandle.cs68 IntPtr methodPtr = Native.grpcsharp_request_call_context_method(this, out methodLen); in GetServerRpcNew()
DNativeMethods.Generated.cs52 …nly Delegates.grpcsharp_request_call_context_method_delegate grpcsharp_request_call_context_method; field in Grpc.Core.Internal.NativeMethods
152 …this.grpcsharp_request_call_context_method = GetMethodDelegate<Delegates.grpcsharp_request_call_co… in NativeMethods()
251 …this.grpcsharp_request_call_context_method = DllImportsFromStaticLib.grpcsharp_request_call_contex… in NativeMethods()
350 …this.grpcsharp_request_call_context_method = DllImportsFromSharedLib.grpcsharp_request_call_contex… in NativeMethods()
587 …public static extern IntPtr grpcsharp_request_call_context_method(RequestCallContextSafeHandle ctx… in grpcsharp_request_call_context_method() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
880 …public static extern IntPtr grpcsharp_request_call_context_method(RequestCallContextSafeHandle ctx… in grpcsharp_request_call_context_method() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template20 …'IntPtr grpcsharp_request_call_context_method(RequestCallContextSafeHandle ctx, out UIntPtr method…
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c315 GPR_EXPORT const char* GPR_CALLTYPE grpcsharp_request_call_context_method( in grpcsharp_request_call_context_method() function