HomeSort by relevance Sort by last modified time
    Searched defs:ReportContext (Results 1 - 18 of 18) sorted by null

  /external/google-benchmark/src/
csv_reporter.cc 40 bool CSVReporter::ReportContext(const Context& context) {
json_reporter.cc 67 bool JSONReporter::ReportContext(const Context& context) {
console_reporter.cc 36 bool ConsoleReporter::ReportContext(const Context& context) {
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 40 bool CSVReporter::ReportContext(const Context& context) {
json_reporter.cc 67 bool JSONReporter::ReportContext(const Context& context) {
console_reporter.cc 36 bool ConsoleReporter::ReportContext(const Context& context) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
csv_reporter.cc 40 bool CSVReporter::ReportContext(const Context& context) {
json_reporter.cc 58 bool JSONReporter::ReportContext(const Context& context) {
console_reporter.cc 36 bool ConsoleReporter::ReportContext(const Context& context) {
  /external/google-benchmark/test/
filter_test.cc 17 virtual bool ReportContext(const Context& context) {
18 return ConsoleReporter::ReportContext(context);
skip_with_error_test.cc 13 virtual bool ReportContext(const Context& context) {
14 return ConsoleReporter::ReportContext(context);
output_test_helper.cc 128 virtual bool ReportContext(const Context& context) {
132 bool new_ret = rep->ReportContext(context);
134 << "Reports return different values for ReportContext";
  /external/libcxx/utils/google-benchmark/test/
filter_test.cc 17 virtual bool ReportContext(const Context& context) {
18 return ConsoleReporter::ReportContext(context);
skip_with_error_test.cc 13 virtual bool ReportContext(const Context& context) {
14 return ConsoleReporter::ReportContext(context);
output_test_helper.cc 128 virtual bool ReportContext(const Context& context) {
132 bool new_ret = rep->ReportContext(context);
134 << "Reports return different values for ReportContext";
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
filter_test.cc 17 virtual bool ReportContext(const Context& context) {
18 return ConsoleReporter::ReportContext(context);
skip_with_error_test.cc 13 virtual bool ReportContext(const Context& context) {
14 return ConsoleReporter::ReportContext(context);
output_test_helper.cc 118 virtual bool ReportContext(const Context& context) {
122 bool new_ret = rep->ReportContext(context);
124 << "Reports return different values for ReportContext";

Completed in 176 milliseconds