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.h230 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style()
276 CommentStyle comment_style_; variable
Dtokenizer.cc199 comment_style_(CPP_COMMENT_STYLE), in Tokenizer()
538 if (comment_style_ == CPP_COMMENT_STYLE && TryConsume('/')) { in TryConsumeCommentStart()
552 } else if (comment_style_ == SH_COMMENT_STYLE && TryConsume('#')) { in TryConsumeCommentStart()