Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dvisibility.cc61 std::string outer_indent_string(indent, ' '); in Describe() local
64 return outer_indent_string + "[] (no visibility)\n"; in Describe()
68 std::string inner_indent_string = outer_indent_string; in Describe()
70 result += outer_indent_string + "[\n"; in Describe()
79 result += outer_indent_string + "]\n"; in Describe()