comment_style_    528 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   if (comment_style_ == CPP_COMMENT_STYLE && TryConsume('/')) {
comment_style_    542 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   } else if (comment_style_ == SH_COMMENT_STYLE && TryConsume('#')) {
comment_style_    229 third_party/protobuf/src/google/protobuf/io/tokenizer.h   void set_comment_style(CommentStyle style) { comment_style_ = style; }
comment_style_    260 third_party/protobuf/src/google/protobuf/io/tokenizer.h   CommentStyle comment_style_;