Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Doutput_test_helper.cc200 void SetValues_(const std::string& entry_csv_line);
267 void ResultsChecker::SetValues_(const std::string& entry_csv_line) { in SetValues_() argument
268 if (entry_csv_line.empty()) return; // some lines are empty in SetValues_()
270 auto vals = SplitCsv_(entry_csv_line); in SetValues_()