Searched refs:grpcsharp_batch_context_recv_message_length (Results 1 – 4 of 4) sorted by relevance
42 …s.grpcsharp_batch_context_recv_message_length_delegate grpcsharp_batch_context_recv_message_length; field in Grpc.Core.Internal.NativeMethods142 …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.DllImportsFromStaticLib850 …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
99 IntPtr len = Native.grpcsharp_batch_context_recv_message_length(this); in GetReceivedMessage()
10 'IntPtr grpcsharp_batch_context_recv_message_length(BatchContextSafeHandle ctx)',
252 GPR_EXPORT intptr_t GPR_CALLTYPE grpcsharp_batch_context_recv_message_length( in grpcsharp_batch_context_recv_message_length() function