Searched refs:CommentStyle (Results 1 – 2 of 2) sorted by relevance
229 enum CommentStyle { enum238 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style()284 CommentStyle comment_style_;
4790 struct CommentStyle { struct4803 CommentStyle::Enum cs,4829 CommentStyle::Enum cs_;4840 CommentStyle::Enum cs, in BuiltStyledStreamWriter()4937 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue()5039 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue()5058 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()5101 CommentStyle::Enum cs = CommentStyle::All; in newStreamWriter()5103 cs = CommentStyle::All; in newStreamWriter()5105 cs = CommentStyle::None; in newStreamWriter()