Searched refs:grpcsharp_call_start_client_streaming (Results 1 – 4 of 4) sorted by relevance
63 …nly Delegates.grpcsharp_call_start_client_streaming_delegate grpcsharp_call_start_client_streaming; field in Grpc.Core.Internal.NativeMethods163 …this.grpcsharp_call_start_client_streaming = GetMethodDelegate<Delegates.grpcsharp_call_start_clie… in NativeMethods()262 …this.grpcsharp_call_start_client_streaming = DllImportsFromStaticLib.grpcsharp_call_start_client_s… in NativeMethods()361 …this.grpcsharp_call_start_client_streaming = DllImportsFromSharedLib.grpcsharp_call_start_client_s… in NativeMethods()620 …public static extern CallError grpcsharp_call_start_client_streaming(CallSafeHandle call, BatchCon… in grpcsharp_call_start_client_streaming() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib913 …public static extern CallError grpcsharp_call_start_client_streaming(CallSafeHandle call, BatchCon… in grpcsharp_call_start_client_streaming() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
90 … Native.grpcsharp_call_start_client_streaming(this, ctx, metadataArray, callFlags).CheckOk(); in StartClientStreaming()
31 …'CallError grpcsharp_call_start_client_streaming(CallSafeHandle call, BatchContextSafeHandle ctx, …
613 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_start_client_streaming( in grpcsharp_call_start_client_streaming() function