Home
last modified time | relevance | path

Searched refs:grpcsharp_test_nop (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DPInvokeByteArrayBenchmark.cs57 Native.grpcsharp_test_nop(payloadPtr); in ThreadBody()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DPInvokeTest.cs112 Native.grpcsharp_test_nop(IntPtr.Zero); in NopPInvokeBenchmark()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs130 public readonly Delegates.grpcsharp_test_nop_delegate grpcsharp_test_nop; field in Grpc.Core.Internal.NativeMethods
230 … this.grpcsharp_test_nop = GetMethodDelegate<Delegates.grpcsharp_test_nop_delegate>(library); in NativeMethods()
329 this.grpcsharp_test_nop = DllImportsFromStaticLib.grpcsharp_test_nop; in NativeMethods()
428 this.grpcsharp_test_nop = DllImportsFromSharedLib.grpcsharp_test_nop; in NativeMethods()
821 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1114 public static extern IntPtr grpcsharp_test_nop(IntPtr ptr); in grpcsharp_test_nop() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template98 'IntPtr grpcsharp_test_nop(IntPtr ptr)',
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1126 GPR_EXPORT void* GPR_CALLTYPE grpcsharp_test_nop(void* ptr) { return ptr; } in grpcsharp_test_nop() function