Lines Matching refs:StyledStreamWriter
4808 StyledStreamWriter::StyledStreamWriter(JSONCPP_STRING indentation) in StyledStreamWriter() function in AlibabaCloud::OSS::Json::StyledStreamWriter
4812 void StyledStreamWriter::write(JSONCPP_OSTREAM& out, const Value& root) { in write()
4826 void StyledStreamWriter::writeValue(const Value& value) { in writeValue()
4885 void StyledStreamWriter::writeArrayValue(const Value& value) { in writeArrayValue()
4930 bool StyledStreamWriter::isMultilineArray(const Value& value) { in isMultilineArray()
4957 void StyledStreamWriter::pushValue(const JSONCPP_STRING& value) { in pushValue()
4964 void StyledStreamWriter::writeIndent() { in writeIndent()
4972 void StyledStreamWriter::writeWithIndent(const JSONCPP_STRING& value) { in writeWithIndent()
4978 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent()
4980 void StyledStreamWriter::unindent() { in unindent()
4985 void StyledStreamWriter::writeCommentBeforeValue(const Value& root) { in writeCommentBeforeValue()
5003 void StyledStreamWriter::writeCommentAfterValueOnSameLine(const Value& root) { in writeCommentAfterValueOnSameLine()
5014 bool StyledStreamWriter::hasCommentForValue(const Value& value) { in hasCommentForValue()