Home
last modified time | relevance | path

Searched defs:grpcsharp_version_string (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.c33 void grpcsharp_version_string() { in grpcsharp_version_string() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs39 public readonly Delegates.grpcsharp_version_string_delegate grpcsharp_version_string; field in Grpc.Core.Internal.NativeMethods
1025 public static extern IntPtr grpcsharp_version_string(); in grpcsharp_version_string() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1345 public static extern IntPtr grpcsharp_version_string(); in grpcsharp_version_string() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1665 public static extern IntPtr grpcsharp_version_string(); in grpcsharp_version_string() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
1985 public static extern IntPtr grpcsharp_version_string(); in grpcsharp_version_string() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2305 public static extern IntPtr grpcsharp_version_string(); in grpcsharp_version_string() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2625 public static extern IntPtr grpcsharp_version_string(); in grpcsharp_version_string() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1292 GPR_EXPORT const char* GPR_CALLTYPE grpcsharp_version_string() { in grpcsharp_version_string() function