Searched refs:cache_indent (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/benchmark/src/ |
D | json_reporter.cc | 96 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()
|
/external/libcxx/utils/google-benchmark/src/ |
D | json_reporter.cc | 103 std::string cache_indent(8, ' '); in ReportContext() local 107 out << cache_indent << FormatKV("type", CI.type) << ",\n"; in ReportContext() 108 out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level)) in ReportContext() 110 out << cache_indent in ReportContext() 112 out << cache_indent in ReportContext()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | json_reporter.cc | 103 std::string cache_indent(8, ' '); in ReportContext() local 107 out << cache_indent << FormatKV("type", CI.type) << ",\n"; in ReportContext() 108 out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level)) in ReportContext() 110 out << cache_indent in ReportContext() 112 out << cache_indent in ReportContext()
|
/external/google-benchmark/src/ |
D | json_reporter.cc | 132 std::string cache_indent(8, ' '); in ReportContext() local 136 out << cache_indent << FormatKV("type", CI.type) << ",\n"; in ReportContext() 137 out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level)) in ReportContext() 139 out << cache_indent in ReportContext() 141 out << cache_indent in ReportContext()
|