Home
last modified time | relevance | path

Searched defs:grpcsharp_call_start_unary (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.c129 void grpcsharp_call_start_unary() { in grpcsharp_call_start_unary() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs63 public readonly Delegates.grpcsharp_call_start_unary_delegate grpcsharp_call_start_unary; field in Grpc.Core.Internal.NativeMethods
1097 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1417 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1737 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2057 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2377 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2697 …public static extern CallError grpcsharp_call_start_unary(CallSafeHandle call, BatchContextSafeHan… in grpcsharp_call_start_unary() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c602 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_start_unary( in grpcsharp_call_start_unary() function