Lines Matching refs:os_
146 Base::os_->Put('\n');
170 Base::os_->Put('\n');
215 Base::os_->Put(','); // add comma if it is not the first element in array in PrettyPrefix()
217 Base::os_->Put(' '); in PrettyPrefix()
221 Base::os_->Put('\n'); in PrettyPrefix()
228 Base::os_->Put(','); in PrettyPrefix()
229 Base::os_->Put('\n'); in PrettyPrefix()
232 Base::os_->Put(':'); in PrettyPrefix()
233 Base::os_->Put(' '); in PrettyPrefix()
237 Base::os_->Put('\n'); in PrettyPrefix()
254 PutN(*Base::os_, static_cast<typename OutputStream::Ch>(indentChar_), count); in WriteIndent()