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

  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 36 name_field_width_ = context.name_field_width;
49 FormatString("%-*s %13s %13s %10s\n", static_cast<int>(name_field_width_),
75 printer(Out, name_color, "%-*s ", name_field_width_,
  /external/google-benchmark/src/
console_reporter.cc 37 name_field_width_ = context.name_field_width;
56 std::string str = FormatString("%-*s %13s %13s %10s", static_cast<int>(name_field_width_),
108 printer(Out, name_color, "%-*s ", name_field_width_,
  /external/google-benchmark/include/benchmark/
reporter.h 169 : output_options_(opts_), name_field_width_(0),
180 size_t name_field_width_; member in class:benchmark::ConsoleReporter
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 159 : name_field_width_(0), color_output_(color_output == OO_Color) {}
166 size_t name_field_width_; member in class:benchmark::ConsoleReporter

Completed in 58 milliseconds