Searched refs:indent_next_line_ (Results 1 – 1 of 1) sorted by relevance
831 indent_next_line_(true){}; in IndentedStreamBuf()835 if (indent_next_line_ && character != '\n') { in overflow()839 indent_next_line_ = false; in overflow()841 indent_next_line_ = true; in overflow()850 bool indent_next_line_; variable