Home
last modified time | relevance | path

Searched defs:grpcsharp_call_start_serverside (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.c165 void grpcsharp_call_start_serverside() { in grpcsharp_call_start_serverside() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs72 …public readonly Delegates.grpcsharp_call_start_serverside_delegate grpcsharp_call_start_serverside; field in Grpc.Core.Internal.NativeMethods
1124 …public static extern CallError grpcsharp_call_start_serverside(CallSafeHandle call, BatchContextSa… in grpcsharp_call_start_serverside() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1444 …public static extern CallError grpcsharp_call_start_serverside(CallSafeHandle call, BatchContextSa… in grpcsharp_call_start_serverside() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1764 …public static extern CallError grpcsharp_call_start_serverside(CallSafeHandle call, BatchContextSa… in grpcsharp_call_start_serverside() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2084 …public static extern CallError grpcsharp_call_start_serverside(CallSafeHandle call, BatchContextSa… in grpcsharp_call_start_serverside() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2404 …public static extern CallError grpcsharp_call_start_serverside(CallSafeHandle call, BatchContextSa… in grpcsharp_call_start_serverside() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2724 …public static extern CallError grpcsharp_call_start_serverside(CallSafeHandle call, BatchContextSa… in grpcsharp_call_start_serverside() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c898 grpcsharp_call_start_serverside(grpc_call* call, grpcsharp_batch_context* ctx) { in grpcsharp_call_start_serverside() function