Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc673 is_line_comment_(false), in CommentCollector()
691 if (has_comment_ && !is_line_comment_) { in GetBufferForLineComment()
695 is_line_comment_ = true; in GetBufferForLineComment()
706 is_line_comment_ = false; in GetBufferForBlockComment()
749 bool is_line_comment_; member in google::protobuf::io::__anon3fe62f2a0211::CommentCollector