Searched refs:cache_indent (Results 1 – 2 of 2) sorted by relevance
96 std::string cache_indent(8, ' '); in ReportContext() local100 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()
155 std::string cache_indent(8, ' '); in ReportContext() local159 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()