Home
last modified time | relevance | path

Searched refs:cache_indent (Results 1 – 2 of 2) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/src/
Djson_reporter.cc96 std::string cache_indent(8, ' '); in ReportContext() local
100 out << cache_indent << FormatKV("type", CI.type) << ",\n"; in ReportContext()
101 out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level)) in ReportContext()
103 out << cache_indent in ReportContext()
105 out << cache_indent in ReportContext()
/third_party/benchmark/src/
Djson_reporter.cc155 std::string cache_indent(8, ' '); in ReportContext() local
159 out << cache_indent << FormatKV("type", CI.type) << ",\n"; in ReportContext()
160 out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level)) in ReportContext()
162 out << cache_indent << FormatKV("size", static_cast<int64_t>(CI.size)) in ReportContext()
164 out << cache_indent in ReportContext()