Searched refs:startsWithKey (Results 1 – 2 of 2) sorted by relevance
502 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local519 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()524 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()
562 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local579 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()584 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()