Home
last modified time | relevance | path

Searched defs:grpcsharp_call_send_message (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.c145 void grpcsharp_call_send_message() { in grpcsharp_call_send_message() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs67 public readonly Delegates.grpcsharp_call_send_message_delegate grpcsharp_call_send_message; field in Grpc.Core.Internal.NativeMethods
677 …public static extern CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHa… in grpcsharp_call_send_message() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
997 …public static extern CallError grpcsharp_call_send_message(CallSafeHandle call, BatchContextSafeHa… in grpcsharp_call_send_message() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c802 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_send_message( in grpcsharp_call_send_message() function