Searched refs:name_field_width (Results 1 – 3 of 3) sorted by relevance
289 size_t name_field_width = 10; in RunBenchmarks() local292 name_field_width = in RunBenchmarks()293 std::max<size_t>(name_field_width, benchmark.name().str().size()); in RunBenchmarks()299 if (might_have_aggregates) name_field_width += 1 + stat_field_width; in RunBenchmarks()303 context.name_field_width = name_field_width; in RunBenchmarks()
37 name_field_width_ = context.name_field_width; in ReportContext()
1518 size_t name_field_width; member