Home
last modified time | relevance | path

Searched defs:grpcsharp_test_callback (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.c425 void grpcsharp_test_callback() { in grpcsharp_test_callback() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs137 public readonly Delegates.grpcsharp_test_callback_delegate grpcsharp_test_callback; field in Grpc.Core.Internal.NativeMethods
1319 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1639 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1959 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2279 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2599 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2919 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1298 grpcsharp_test_callback(test_callback_funcptr callback) { in grpcsharp_test_callback() function