OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stat_field_width
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark.cc
233
size_t
stat_field_width
= 0;
local
240
stat_field_width
= std::max<size_t>(
stat_field_width
, Stat.name_.size());
242
if (might_have_aggregates) name_field_width += 1 +
stat_field_width
;
benchmark.cc
233
size_t
stat_field_width
= 0;
local
240
stat_field_width
= std::max<size_t>(
stat_field_width
, Stat.name_.size());
242
if (might_have_aggregates) name_field_width += 1 +
stat_field_width
;
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark.cc
398
size_t
stat_field_width
= 0;
local
405
stat_field_width
= std::max<size_t>(
stat_field_width
, Stat.name_.size());
407
if (has_repetitions) name_field_width += 1 +
stat_field_width
;
benchmark.cc
398
size_t
stat_field_width
= 0;
local
405
stat_field_width
= std::max<size_t>(
stat_field_width
, Stat.name_.size());
407
if (has_repetitions) name_field_width += 1 +
stat_field_width
;
Completed in 78 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026