Searched refs:start_of_line_ (Results 1 – 4 of 4) sorted by relevance
56 start_of_line_ = true; in Write()58 if (start_of_line_) { in Write()62 start_of_line_ = false; in Write()
39 bool start_of_line_ = true; variable
34 if (!start_of_line_ || str == "\n") { in ApplyIndent()39 start_of_line_ = !output.empty() && output.back() == '\n'; in ApplyIndent()
75 bool start_of_line_ {true};