OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResultsCheckFn
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/test/
output_test_helper.cc
168
PatternAndFn(const std::string& rx,
ResultsCheckFn
fn_)
170
ResultsCheckFn
fn;
177
void Add(const std::string& entry_pattern,
ResultsCheckFn
fn);
198
void ResultsChecker::Add(const std::string& entry_pattern,
ResultsCheckFn
fn) {
287
size_t AddChecker(const char* bm_name,
ResultsCheckFn
fn)
output_test.h
74
// checker_function: should be of type
ResultsCheckFn
(see below)
79
typedef std::function< void(Results const&) >
ResultsCheckFn
;
81
size_t AddChecker(const char* bm_name_pattern,
ResultsCheckFn
fn);
Completed in 62 milliseconds