Searched refs:cache_indent (Results 1 – 1 of 1) sorted by relevance
145 std::string cache_indent(8, ' '); in ReportContext() local149 out << cache_indent << FormatKV("type", CI.type) << ",\n"; in ReportContext()150 out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level)) in ReportContext()152 out << cache_indent << FormatKV("size", static_cast<int64_t>(CI.size)) in ReportContext()154 out << cache_indent in ReportContext()