Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc502 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local
519 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()
524 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()
/external/google-benchmark/src/
Dsysinfo.cc562 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local
579 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()
584 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()