Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs64 …nly Delegates.grpcsharp_call_start_server_streaming_delegate grpcsharp_call_start_server_streaming; field in Grpc.Core.Internal.NativeMethods
164 …this.grpcsharp_call_start_server_streaming = GetMethodDelegate<Delegates.grpcsharp_call_start_serv… in NativeMethods()
263 …this.grpcsharp_call_start_server_streaming = DllImportsFromStaticLib.grpcsharp_call_start_server_s… in NativeMethods()
362 …this.grpcsharp_call_start_server_streaming = DllImportsFromSharedLib.grpcsharp_call_start_server_s… in NativeMethods()
623 …public static extern CallError grpcsharp_call_start_server_streaming(CallSafeHandle call, BatchCon… in grpcsharp_call_start_server_streaming() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
916 …public static extern CallError grpcsharp_call_start_server_streaming(CallSafeHandle call, BatchCon… in grpcsharp_call_start_server_streaming() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
DCallSafeHandle.cs99 …Native.grpcsharp_call_start_server_streaming(this, ctx, payload, new UIntPtr((ulong)payload.Length… in StartServerStreaming()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template32 …'CallError grpcsharp_call_start_server_streaming(CallSafeHandle call, BatchContextSafeHandle ctx, …
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c653 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_start_server_streaming( in grpcsharp_call_start_server_streaming() function