Searched refs:indent (Results 1 – 2 of 2) sorted by relevance
14 def pretty_list(lst, indent=8): argument21 separator = "\",\n%s\"" % (" " * indent)23 res = "\n" + (" " * indent) + "\"" + res + "\",\n" + (" " * (indent - 4))
5353 const std::string& indent,5359 const std::string& indent,5378 const std::string& indent);5477 const std::string& indent, in OutputJsonKey() argument5487 *stream << indent << "\"" << name << "\": \"" << EscapeJson(value) << "\""; in OutputJsonKey()5497 const std::string& indent, in OutputJsonKey() argument5507 *stream << indent << "\"" << name << "\": " << StreamableToString(value); in OutputJsonKey()5682 const TestResult& result, const std::string& indent) { in TestPropertiesAsJson() argument5686 attributes << ",\n" << indent << "\"" << property.key() << "\": " in TestPropertiesAsJson()