Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DRequestCallContextSafeHandle.cs65 var call = Native.grpcsharp_request_call_context_call(this); in GetServerRpcNew()
DNativeMethods.Generated.cs51 …eadonly Delegates.grpcsharp_request_call_context_call_delegate grpcsharp_request_call_context_call; field in Grpc.Core.Internal.NativeMethods
151 …this.grpcsharp_request_call_context_call = GetMethodDelegate<Delegates.grpcsharp_request_call_cont… in NativeMethods()
250 …this.grpcsharp_request_call_context_call = DllImportsFromStaticLib.grpcsharp_request_call_context_… in NativeMethods()
349 …this.grpcsharp_request_call_context_call = DllImportsFromSharedLib.grpcsharp_request_call_context_… in NativeMethods()
584 …public static extern CallSafeHandle grpcsharp_request_call_context_call(RequestCallContextSafeHand… in grpcsharp_request_call_context_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
877 …public static extern CallSafeHandle grpcsharp_request_call_context_call(RequestCallContextSafeHand… in grpcsharp_request_call_context_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template19 'CallSafeHandle grpcsharp_request_call_context_call(RequestCallContextSafeHandle ctx)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c311 grpcsharp_request_call_context_call(const grpcsharp_request_call_context* ctx) { in grpcsharp_request_call_context_call() function