Searched refs:windows_isprocessorfeaturepresent_ (Results 1 – 4 of 4) sorted by relevance
31 return windows_isprocessorfeaturepresent_.count(dwProcessorFeature); in GetWindowsIsProcessorFeaturePresent()35 windows_isprocessorfeaturepresent_.insert(dwProcessorFeature); in SetWindowsIsProcessorFeaturePresent()47 std::set<DWORD> windows_isprocessorfeaturepresent_; member in cpu_features::FakeCpuAarch64
63 return windows_isprocessorfeaturepresent_.count(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()67 windows_isprocessorfeaturepresent_.insert(ProcessorFeature); in SetWindowsIsProcessorFeaturePresent()77 std::set<DWORD> windows_isprocessorfeaturepresent_; member in cpu_features::FakeCpu
53 std::set<DWORD> windows_isprocessorfeaturepresent_;58 return windows_isprocessorfeaturepresent_.count(dwProcessorFeature);62 windows_isprocessorfeaturepresent_.insert(dwProcessorFeature);