Home
last modified time | relevance | path

Searched defs:grpcsharp_call_start_client_streaming (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs63 …nly Delegates.grpcsharp_call_start_client_streaming_delegate grpcsharp_call_start_client_streaming; field in Grpc.Core.Internal.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.DllImportsFromStaticLib
913 …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
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c613 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_start_client_streaming( in grpcsharp_call_start_client_streaming() function