Searched defs:BuiltStyledStreamWriter (Results 1 – 7 of 7) sorted by relevance
878 struct BuiltStyledStreamWriter : public StreamWriter { struct899 using ChildValues = std::vector<String>;901 ChildValues childValues_;902 String indentString_;903 unsigned int rightMargin_;904 String indentation_;905 CommentStyle::Enum cs_;906 String colonSymbol_;907 String nullSymbol_;908 String endingLineFeedSymbol_;[all …]
4799 struct BuiltStyledStreamWriter : public StreamWriter struct4823 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_;[all …]
4745 struct BuiltStyledStreamWriter : public StreamWriter struct4767 typedef std::vector<std::string> ChildValues;4769 ChildValues childValues_;4770 std::string indentString_;4771 int rightMargin_;4772 std::string indentation_;4773 CommentStyle::Enum cs_;4774 std::string colonSymbol_;4775 std::string nullSymbol_;4776 std::string endingLineFeedSymbol_;[all …]