Home
last modified time | relevance | path

Searched defs:grpcsharp_completion_queue_create_sync (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.c253 void grpcsharp_completion_queue_create_sync() { in grpcsharp_completion_queue_create_sync() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs94 …y Delegates.grpcsharp_completion_queue_create_sync_delegate grpcsharp_completion_queue_create_sync; field in Grpc.Core.Internal.NativeMethods
1190 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1510 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1830 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86
2150 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64
2470 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll
2790 public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_sync(); in grpcsharp_completion_queue_create_sync() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c393 grpcsharp_completion_queue_create_sync(void) { in grpcsharp_completion_queue_create_sync() function