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