Lines Matching refs:StyledStreamWriter
4574 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter() function in Json::StyledStreamWriter
4578 void StyledStreamWriter::write(std::ostream& out, const Value& root) { in write()
4592 void StyledStreamWriter::writeValue(const Value& value) { in writeValue()
4651 void StyledStreamWriter::writeArrayValue(const Value& value) { in writeArrayValue()
4696 bool StyledStreamWriter::isMultineArray(const Value& value) { in isMultineArray()
4723 void StyledStreamWriter::pushValue(const std::string& value) { in pushValue()
4730 void StyledStreamWriter::writeIndent() { in writeIndent()
4738 void StyledStreamWriter::writeWithIndent(const std::string& value) { in writeWithIndent()
4744 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent()
4746 void StyledStreamWriter::unindent() { in unindent()
4751 void StyledStreamWriter::writeCommentBeforeValue(const Value& root) { in writeCommentBeforeValue()
4769 void StyledStreamWriter::writeCommentAfterValueOnSameLine(const Value& root) { in writeCommentAfterValueOnSameLine()
4780 bool StyledStreamWriter::hasCommentForValue(const Value& value) { in hasCommentForValue()