Searched refs:indent_next_line_ (Results 1 – 1 of 1) sorted by relevance
778 indent_next_line_(true){}; in IndentedStreamBuf()782 if (indent_next_line_ && character != '\n') { in overflow()786 indent_next_line_ = false; in overflow()788 indent_next_line_ = true; in overflow()797 bool indent_next_line_; variable