Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs52 var cq = Native.grpcsharp_completion_queue_create_async(); in CreateAsync()
DNativeMethods.Generated.cs93 …Delegates.grpcsharp_completion_queue_create_async_delegate grpcsharp_completion_queue_create_async; field in Grpc.Core.Internal.NativeMethods
202 …this.grpcsharp_completion_queue_create_async = GetMethodDelegate<Delegates.grpcsharp_completion_qu… in NativeMethods()
310 …this.grpcsharp_completion_queue_create_async = DllImportsFromStaticLib.grpcsharp_completion_queue_… in NativeMethods()
418 …this.grpcsharp_completion_queue_create_async = DllImportsFromSharedLib.grpcsharp_completion_queue_… in NativeMethods()
526 …this.grpcsharp_completion_queue_create_async = DllImportsFromSharedLib_x86.grpcsharp_completion_qu… in NativeMethods()
634 …this.grpcsharp_completion_queue_create_async = DllImportsFromSharedLib_x64.grpcsharp_completion_qu… in NativeMethods()
742 …this.grpcsharp_completion_queue_create_async = DllImportsFromSharedLib_x86_dll.grpcsharp_completio… in NativeMethods()
850 …this.grpcsharp_completion_queue_create_async = DllImportsFromSharedLib_x64_dll.grpcsharp_completio… in NativeMethods()
1187 … public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_async(); in grpcsharp_completion_queue_create_async() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1507 … public static extern CompletionQueueSafeHandle grpcsharp_completion_queue_create_async(); in grpcsharp_completion_queue_create_async() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
[all …]
/third_party/grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/
Dgrpc_csharp_ext_dummy_stubs.c249 void grpcsharp_completion_queue_create_async() { in grpcsharp_completion_queue_create_async() function
/third_party/grpc/templates/src/csharp/Grpc.Core/Internal/
Dnative_methods.include59 'CompletionQueueSafeHandle grpcsharp_completion_queue_create_async()',
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c388 grpcsharp_completion_queue_create_async(void) { in grpcsharp_completion_queue_create_async() function