Home
last modified time | relevance | path

Searched refs:isUnityIOS (Results 1 – 2 of 2) sorted by relevance

/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DPlatformApis.cs45 static readonly bool isUnityIOS; field in Grpc.Core.Internal.PlatformApis
77 isUnityIOS = (unityRuntimePlatform == "IPhonePlayer"); in PlatformApis()
82 isUnityIOS = false; in PlatformApis()
124 get { return isUnityIOS; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DPlatformApis.cs45 static readonly bool isUnityIOS; field in Grpc.Core.Internal.PlatformApis
77 isUnityIOS = (unityRuntimePlatform == "IPhonePlayer"); in PlatformApis()
82 isUnityIOS = false; in PlatformApis()
124 get { return isUnityIOS; }