Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.h238 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style()
284 CommentStyle comment_style_; variable
Dtokenizer.cc200 comment_style_(CPP_COMMENT_STYLE), in Tokenizer()
539 if (comment_style_ == CPP_COMMENT_STYLE && TryConsume('/')) { in TryConsumeCommentStart()
553 } else if (comment_style_ == SH_COMMENT_STYLE && TryConsume('#')) { in TryConsumeCommentStart()