Home
last modified time | relevance | path

Searched refs:PlatformApis (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs109 if (PlatformApis.IsUnity) in LoadNativeMethods()
113 if (PlatformApis.IsXamarin) in LoadNativeMethods()
129 switch (PlatformApis.GetUnityRuntimePlatform()) in LoadNativeMethodsUnity()
145 if (PlatformApis.IsXamarinAndroid) in LoadNativeMethodsXamarin()
184 if (PlatformApis.IsWindows) in GetPlatformString()
188 if (PlatformApis.IsLinux) in GetPlatformString()
192 if (PlatformApis.IsMacOSX) in GetPlatformString()
202 if (PlatformApis.Is64Bit) in GetArchitectureString()
216 if (PlatformApis.IsWindows) in GetNativeLibraryFilename()
220 if (PlatformApis.IsLinux) in GetNativeLibraryFilename()
[all …]
DUnmanagedLibrary.cs69 if (PlatformApis.IsWindows) in LoadSymbol()
72 if (PlatformApis.Is64Bit) in LoadSymbol()
95 if (PlatformApis.IsLinux) in LoadSymbol()
97 if (PlatformApis.IsMono) in LoadSymbol()
101 if (PlatformApis.IsNetCore) in LoadSymbol()
107 if (PlatformApis.IsMacOSX) in LoadSymbol()
134 if (PlatformApis.IsWindows) in PlatformSpecificLoadLibrary()
138 if (PlatformApis.IsLinux) in PlatformSpecificLoadLibrary()
140 if (PlatformApis.IsMono) in PlatformSpecificLoadLibrary()
144 if (PlatformApis.IsNetCore) in PlatformSpecificLoadLibrary()
[all …]
DPlatformApis.cs33 internal static class PlatformApis class
50 static PlatformApis() in PlatformApis() method in Grpc.Core.Internal.PlatformApis
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs434 …private static bool IsNativeShutdownAllowed => !PlatformApis.IsXamarinIOS && !PlatformApis.IsUnity…