Home
last modified time | relevance | path

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

/external/cpu_features/test/
Dcpuinfo_x86_test.cc63 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