Home
last modified time | relevance | path

Searched refs:NativeMethods (Results 1 – 25 of 26) sorted by relevance

12

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs36 readonly NativeMethods nativeMethods;
72 public NativeMethods NativeMethods property in Grpc.Core.Internal.NativeExtension
107 private static NativeMethods LoadNativeMethods() in LoadNativeMethods()
117 return new NativeMethods(LoadUnmanagedLibrary()); in LoadNativeMethods()
127 private static NativeMethods LoadNativeMethodsUnity() in LoadNativeMethodsUnity()
132 return new NativeMethods(new NativeMethods.DllImportsFromStaticLib()); in LoadNativeMethodsUnity()
135 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsUnity()
143 private static NativeMethods LoadNativeMethodsXamarin() in LoadNativeMethodsXamarin()
147 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsXamarin()
150 return new NativeMethods(new NativeMethods.DllImportsFromStaticLib()); in LoadNativeMethodsXamarin()
DNativeMethods.cs39 internal partial class NativeMethods class
47 public static NativeMethods Get() in Get()
49 return NativeExtension.Get().NativeMethods; in Get()
DCStringSafeHandle.cs27 static readonly NativeMethods Native = NativeMethods.Get();
DCompletionQueueEvent.cs30 static readonly NativeMethods Native = NativeMethods.Get();
DCallCredentialsSafeHandle.cs28 static readonly NativeMethods Native = NativeMethods.Get();
DServerCredentialsSafeHandle.cs29 static readonly NativeMethods Native = NativeMethods.Get();
DChannelArgsSafeHandle.cs27 static readonly NativeMethods Native = NativeMethods.Get();
DChannelCredentialsSafeHandle.cs28 static readonly NativeMethods Native = NativeMethods.Get();
DServerSafeHandle.cs26 static readonly NativeMethods Native = NativeMethods.Get();
DCompletionQueueSafeHandle.cs30 static readonly NativeMethods Native = NativeMethods.Get();
DChannelSafeHandle.cs29 static readonly NativeMethods Native = NativeMethods.Get();
DMetadataArraySafeHandle.cs28 static readonly NativeMethods Native = NativeMethods.Get();
DAuthContextSafeHandle.cs33 static readonly NativeMethods Native = NativeMethods.Get();
DRequestCallContextSafeHandle.cs32 static readonly NativeMethods Native = NativeMethods.Get();
DNativeMetadataCredentialsPlugin.cs33 static readonly NativeMethods Native = NativeMethods.Get();
DBatchContextSafeHandle.cs38 static readonly NativeMethods Native = NativeMethods.Get();
DTimespec.cs34 static readonly NativeMethods Native = NativeMethods.Get();
DDefaultSslRootsOverride.cs40 public static void Override(NativeMethods native) in Override()
DCallSafeHandle.cs33 static readonly NativeMethods Native = NativeMethods.Get();
DNativeLogRedirector.cs42 public static void Redirect(NativeMethods native) in Redirect()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DPInvokeByteArrayBenchmark.cs31 static readonly NativeMethods Native = NativeMethods.Get();
DSendMessageBenchmark.cs30 static readonly NativeMethods Native = NativeMethods.Get();
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DPInvokeTest.cs33 static readonly NativeMethods Native = NativeMethods.Get();
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs358 var ptr = NativeMethods.Get().grpcsharp_version_string(); // the pointer is not owned in GetCoreVersionString()
373 NativeMethods.Get().grpcsharp_init(); in GrpcNativeInit()
381 NativeMethods.Get().grpcsharp_shutdown(); in GrpcNativeShutdown()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template141 internal partial class NativeMethods
151 public NativeMethods(UnmanagedLibrary library)
158 public NativeMethods(DllImportsFromStaticLib unusedInstance)
165 public NativeMethods(DllImportsFromSharedLib unusedInstance)

12