OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportContext
(Results
1 - 6
of
6
) sorted by null
/external/google-benchmark/include/benchmark/
reporter.h
70
virtual bool
ReportContext
(const Context& context) = 0;
91
virtual bool
ReportContext
(const Context& context);
102
virtual bool
ReportContext
(const Context& context);
114
virtual bool
ReportContext
(const Context& context);
/external/google-benchmark/test/
filter_test.cc
17
virtual bool
ReportContext
(const Context& context) {
18
return ConsoleReporter::
ReportContext
(context);
/external/google-benchmark/src/
console_reporter.cc
30
bool ConsoleReporter::
ReportContext
(const Context& context) {
csv_reporter.cc
29
bool CSVReporter::
ReportContext
(const Context& context) {
json_reporter.cc
53
bool JSONReporter::
ReportContext
(const Context& context) {
benchmark.cc
808
if (reporter->
ReportContext
(context)) {
Completed in 97 milliseconds