Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
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; }