Home
last modified time | relevance | path

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

/third_party/node/src/
Djson_utils.cc46 std::string Reindent(const std::string& str, int indent_depth) { in Reindent() argument
47 if (indent_depth <= 0) return str; in Reindent()
48 const std::string indent(indent_depth, ' '); in Reindent()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c7426 int indent_depth; member