Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/buckifier/
Dtargets_builder.py14 def pretty_list(lst, indent=8): argument
21 separator = "\",\n%s\"" % (" " * indent)
23 res = "\n" + (" " * indent) + "\"" + res + "\",\n" + (" " * (indent - 4))
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5353 const std::string& indent,
5359 const std::string& indent,
5378 const std::string& indent);
5477 const std::string& indent, in OutputJsonKey() argument
5487 *stream << indent << "\"" << name << "\": \"" << EscapeJson(value) << "\""; in OutputJsonKey()
5497 const std::string& indent, in OutputJsonKey() argument
5507 *stream << indent << "\"" << name << "\": " << StreamableToString(value); in OutputJsonKey()
5682 const TestResult& result, const std::string& indent) { in TestPropertiesAsJson() argument
5686 attributes << ",\n" << indent << "\"" << property.key() << "\": " in TestPropertiesAsJson()