Searched refs:Indent (Results 1 – 1 of 1) sorted by relevance
5468 static inline std::string Indent(int width) { in Indent() function5518 const std::string kIndent = Indent(10); in OutputJsonTestInfo()5520 *stream << Indent(8) << "{\n"; in OutputJsonTestInfo()5534 *stream << "\n" << Indent(8) << "}"; in OutputJsonTestInfo()5566 *stream << "\n" << Indent(8) << "}"; in OutputJsonTestInfo()5573 const std::string kIndent = Indent(6); in PrintJsonTestCase()5575 *stream << Indent(4) << "{\n"; in PrintJsonTestCase()5605 *stream << "\n" << kIndent << "]\n" << Indent(4) << "}"; in PrintJsonTestCase()5612 const std::string kIndent = Indent(2); in PrintJsonUnitTest()5657 const std::string kIndent = Indent(2); in PrintJsonTestList()