Home
last modified time | relevance | path

Searched defs:grpcsharp_test_callback (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs129 public readonly Delegates.grpcsharp_test_callback_delegate grpcsharp_test_callback; field in Grpc.Core.Internal.NativeMethods
818 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1111 …public static extern CallError grpcsharp_test_callback([MarshalAs(UnmanagedType.FunctionPtr)] Nati… in grpcsharp_test_callback() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1121 grpcsharp_test_callback(test_callback_funcptr callback) { in grpcsharp_test_callback() function