Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs42 …s.grpcsharp_batch_context_recv_message_length_delegate grpcsharp_batch_context_recv_message_length; field in Grpc.Core.Internal.NativeMethods
142 …this.grpcsharp_batch_context_recv_message_length = GetMethodDelegate<Delegates.grpcsharp_batch_con… in NativeMethods()
241 …this.grpcsharp_batch_context_recv_message_length = DllImportsFromStaticLib.grpcsharp_batch_context… in NativeMethods()
340 …this.grpcsharp_batch_context_recv_message_length = DllImportsFromSharedLib.grpcsharp_batch_context… in NativeMethods()
557 …public static extern IntPtr grpcsharp_batch_context_recv_message_length(BatchContextSafeHandle ctx… in grpcsharp_batch_context_recv_message_length() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
850 …public static extern IntPtr grpcsharp_batch_context_recv_message_length(BatchContextSafeHandle ctx… in grpcsharp_batch_context_recv_message_length() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DBatchContextSafeHandle.cs99 IntPtr len = Native.grpcsharp_batch_context_recv_message_length(this); in GetReceivedMessage()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template10 'IntPtr grpcsharp_batch_context_recv_message_length(BatchContextSafeHandle ctx)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c252 GPR_EXPORT intptr_t GPR_CALLTYPE grpcsharp_batch_context_recv_message_length( in grpcsharp_batch_context_recv_message_length() function