OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_field_width
(Results
1 - 3
of
3
) sorted by null
/external/google-benchmark/include/benchmark/
reporter.h
38
size_t
name_field_width
;
member in struct:benchmark::BenchmarkReporter::Context
/external/google-benchmark/src/
console_reporter.cc
31
name_field_width_ = context.
name_field_width
;
benchmark.cc
792
size_t
name_field_width
= 10;
794
name_field_width
=
795
std::max<size_t>(
name_field_width
, benchmark.name.size());
798
name_field_width
+= std::strlen("_stddev");
806
context.
name_field_width
=
name_field_width
;
Completed in 743 milliseconds