Home
last modified time | relevance | path

Searched defs:grpcsharp_test_nop (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.c429 void grpcsharp_test_nop() { in grpcsharp_test_nop() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs138 public readonly Delegates.grpcsharp_test_nop_delegate grpcsharp_test_nop; field in Grpc.Core.Internal.NativeMethods
1322 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1642 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1962 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2282 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2602 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2922 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1303 GPR_EXPORT void* GPR_CALLTYPE grpcsharp_test_nop(void* ptr) { return ptr; } in grpcsharp_test_nop() function