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.cc63 std::string outer_indent_string(indent, ' '); in Describe() local
66 return outer_indent_string + "[] (no visibility)\n"; in Describe()
70 std::string inner_indent_string = outer_indent_string; in Describe()
72 result += outer_indent_string + "[\n"; in Describe()
81 result += outer_indent_string + "]\n"; in Describe()