Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc184 void SetValues_(const std::string& entry_csv_line);
251 void ResultsChecker::SetValues_(const std::string& entry_csv_line) { in SetValues_() argument
252 if(entry_csv_line.empty()) return; // some lines are empty in SetValues_()
254 auto vals = SplitCsv_(entry_csv_line); in SetValues_()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc191 void SetValues_(const std::string& entry_csv_line);
257 void ResultsChecker::SetValues_(const std::string& entry_csv_line) { in SetValues_() argument
258 if (entry_csv_line.empty()) return; // some lines are empty in SetValues_()
260 auto vals = SplitCsv_(entry_csv_line); in SetValues_()