HomeSort by relevance Sort by last modified time
    Searched refs:ResultsChecker (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/test/
output_test_helper.cc 164 class ResultsChecker {
190 // store the static ResultsChecker in a function to prevent initialization
192 ResultsChecker& GetResultsChecker() {
193 static ResultsChecker rc;
198 void ResultsChecker::Add(const std::string& entry_pattern, ResultsCheckFn fn) {
203 void ResultsChecker::CheckResults(std::stringstream& output) {
214 // now go over every line and publish it to the ResultsChecker
246 void ResultsChecker::SetHeader_(const std::string& csv_header) {
251 void ResultsChecker::SetValues_(const std::string& entry_csv_line) {
264 std::vector< std::string > ResultsChecker::SplitCsv_(const std::string& line)
    [all...]
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 164 class ResultsChecker {
190 // store the static ResultsChecker in a function to prevent initialization
192 ResultsChecker& GetResultsChecker() {
193 static ResultsChecker rc;
198 void ResultsChecker::Add(const std::string& entry_pattern, ResultsCheckFn fn) {
203 void ResultsChecker::CheckResults(std::stringstream& output) {
214 // now go over every line and publish it to the ResultsChecker
246 void ResultsChecker::SetHeader_(const std::string& csv_header) {
251 void ResultsChecker::SetValues_(const std::string& entry_csv_line) {
264 std::vector< std::string > ResultsChecker::SplitCsv_(const std::string& line)
    [all...]

Completed in 87 milliseconds