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

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h229 enum CommentStyle { enum in class:google::protobuf::io::Tokenizer
238 void set_comment_style(CommentStyle style) { comment_style_ = style; }
284 CommentStyle comment_style_;
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp4790 struct CommentStyle { struct in namespace:Json
4803 CommentStyle::Enum cs,
4829 CommentStyle::Enum cs_;
4840 CommentStyle::Enum cs,
4937 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value);
5039 if (cs_ == CommentStyle::None) return;
5058 if (cs_ == CommentStyle::None) return;
5101 CommentStyle::Enum cs = CommentStyle::All;
5103 cs = CommentStyle
[all...]

Completed in 96 milliseconds