#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <cstring>
#include "../src/check.h"
#include "../src/re.h"
#include "output_test.h"
#include "../src/benchmark_api_internal.h"
Go to the source code of this file.
Classes | |
struct | internal::ResultsChecker::PatternAndFn |
class | internal::ResultsChecker |
Namespaces | |
internal | |
Functions | |
int | AddCases (TestCaseID ID, std::initializer_list< TestCase > il) |
size_t | AddChecker (const char *bm_name, ResultsCheckFn fn) |
ResultsChecker & | internal::GetResultsChecker () |
void | RunOutputTests (int argc, char *argv[]) |
int | SetSubstitutions (std::initializer_list< std::pair< std::string, std::string >> il) |
int AddCases | ( | TestCaseID | ID, |
std::initializer_list< TestCase > | il | ||
) |
Definition at line 343 of file protobuf/third_party/benchmark/test/output_test_helper.cc.
size_t AddChecker | ( | const char * | bm_name, |
ResultsCheckFn | fn | ||
) |
Definition at line 287 of file protobuf/third_party/benchmark/test/output_test_helper.cc.
void RunOutputTests | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 367 of file protobuf/third_party/benchmark/test/output_test_helper.cc.
Definition at line 349 of file protobuf/third_party/benchmark/test/output_test_helper.cc.
|
private |
Definition at line 150 of file protobuf/third_party/benchmark/test/output_test_helper.cc.