Searched refs:grpcsharp_batch_context_create (Results 1 – 4 of 4) sorted by relevance
50 var ctx = Native.grpcsharp_batch_context_create(); in Create()
40 … public readonly Delegates.grpcsharp_batch_context_create_delegate grpcsharp_batch_context_create; field in Grpc.Core.Internal.NativeMethods140 …this.grpcsharp_batch_context_create = GetMethodDelegate<Delegates.grpcsharp_batch_context_create_d… in NativeMethods()239 … this.grpcsharp_batch_context_create = DllImportsFromStaticLib.grpcsharp_batch_context_create; in NativeMethods()338 … this.grpcsharp_batch_context_create = DllImportsFromSharedLib.grpcsharp_batch_context_create; in NativeMethods()551 public static extern BatchContextSafeHandle grpcsharp_batch_context_create(); in grpcsharp_batch_context_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib844 public static extern BatchContextSafeHandle grpcsharp_batch_context_create(); in grpcsharp_batch_context_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
8 'BatchContextSafeHandle grpcsharp_batch_context_create()',
71 grpcsharp_batch_context_create() { in grpcsharp_batch_context_create() function