Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs66 public readonly Delegates.grpcsharp_call_send_message_delegate grpcsharp_call_send_message; field in Grpc.Core.Internal.NativeMethods
629 …public static extern CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHa… in grpcsharp_call_send_message() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
922 …public static extern CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHa… in grpcsharp_call_send_message() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c736 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_send_message( in grpcsharp_call_send_message() function