Lines Matching defs:BuiltStyledStreamWriter
4799 struct BuiltStyledStreamWriter : public StreamWriter struct
4823 typedef std::vector<std::string> ChildValues;
4825 ChildValues childValues_;
4826 std::string indentString_;
4827 int rightMargin_;
4828 std::string indentation_;
4829 CommentStyle::Enum cs_;
4830 std::string colonSymbol_;
4831 std::string nullSymbol_;
4832 std::string endingLineFeedSymbol_;
4833 bool addChildValues_ : 1;
4834 bool indented_ : 1;
4835 bool useSpecialFloats_ : 1;
4836 unsigned int precision_;
4838 BuiltStyledStreamWriter::BuiltStyledStreamWriter( in BuiltStyledStreamWriter() function in Json::BuiltStyledStreamWriter