reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
321 IO.mapRequired("Processor Arch", Info.ProcessorArch); 322 mapOptional(IO, "Processor Level", Info.ProcessorLevel, 0); 323 mapOptional(IO, "Processor Revision", Info.ProcessorRevision, 0); 324 IO.mapOptional("Number of Processors", Info.NumberOfProcessors, 0); 325 IO.mapOptional("Product type", Info.ProductType, 0); 326 mapOptional(IO, "Major Version", Info.MajorVersion, 0); 327 mapOptional(IO, "Minor Version", Info.MinorVersion, 0); 328 mapOptional(IO, "Build Number", Info.BuildNumber, 0); 329 IO.mapRequired("Platform ID", Info.PlatformId); 330 IO.mapOptional("CSD Version", Stream.CSDVersion, ""); 331 mapOptionalHex(IO, "Suite Mask", Info.SuiteMask, 0); 332 mapOptionalHex(IO, "Reserved", Info.Reserved, 0); 336 IO.mapOptional("CPU", Info.CPU.X86); 340 IO.mapOptional("CPU", Info.CPU.Arm); 343 IO.mapOptional("CPU", Info.CPU.Other);