Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools/
H A DCommon.cs45 …nly CommonPlatformDetection.CpuArchitecture Cpu = CommonPlatformDetection.GetProcessArchitecture();
H A DCommonPlatformDetection.cs77 public static CpuArchitecture GetProcessArchitecture() in GetProcessArchitecture() method in Grpc.Core.Internal.CommonPlatformDetection