Lines Matching defs:BuiltStyledStreamWriter
874 struct BuiltStyledStreamWriter : public StreamWriter { struct
895 typedef std::vector<String> ChildValues;
897 ChildValues childValues_;
898 String indentString_;
899 unsigned int rightMargin_;
900 String indentation_;
901 CommentStyle::Enum cs_;
902 String colonSymbol_;
903 String nullSymbol_;
904 String endingLineFeedSymbol_;
905 bool addChildValues_ : 1;
906 bool indented_ : 1;
907 bool useSpecialFloats_ : 1;
908 bool emitUTF8_ : 1;
909 unsigned int precision_;
910 PrecisionType precisionType_;
912 BuiltStyledStreamWriter::BuiltStyledStreamWriter( in BuiltStyledStreamWriter() function in Json::BuiltStyledStreamWriter