Home
last modified time | relevance | path

Searched defs:grpcsharp_call_start_server_streaming (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
Dgrpc_csharp_ext_dummy_stubs.c137 void grpcsharp_call_start_server_streaming() { in grpcsharp_call_start_server_streaming() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs65 …nly Delegates.grpcsharp_call_start_server_streaming_delegate grpcsharp_call_start_server_streaming; field in Grpc.Core.Internal.NativeMethods
1103 …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
1423 …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
1743 …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_x86
2063 …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_x64
2383 …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_x86_dll
2703 …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_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c722 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_start_server_streaming( in grpcsharp_call_start_server_streaming() function