Home
last modified time | relevance | path

Searched refs:CommentStyle (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.h229 enum CommentStyle { enum
238 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style()
284 CommentStyle comment_style_;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp4790 struct CommentStyle { struct
4803 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()