Lines Matching refs:sout_
4798 sout_ = sout;
4807 *sout_ << endingLineFeedSymbol_;
4808 sout_ = NULL;
4854 *sout_ << colonSymbol_;
4860 *sout_ << ",";
4896 *sout_ << ",";
4904 *sout_ << "[";
4905 if (!indentation_.empty()) *sout_ << " ";
4908 *sout_ << ", ";
4909 *sout_ << childValues_[index];
4911 if (!indentation_.empty()) *sout_ << " ";
4912 *sout_ << "]";
4949 *sout_ << value;
4960 *sout_ << '\n' << indentString_;
4966 *sout_ << value;
4986 *sout_ << *iter;
4990 *sout_ << indentString_;
4999 *sout_ << " " + root.getComment(commentAfterOnSameLine);
5003 *sout_ << root.getComment(commentAfter);
5018 : sout_(NULL)