Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc673 has_comment_(false), in CommentCollector()
683 if (next_leading_comments_ != NULL && has_comment_) { in ~CommentCollector()
692 if (has_comment_ && !is_line_comment_) { in GetBufferForLineComment()
695 has_comment_ = true; in GetBufferForLineComment()
703 if (has_comment_) { in GetBufferForBlockComment()
706 has_comment_ = true; in GetBufferForBlockComment()
713 has_comment_ = false; in ClearBuffer()
719 if (has_comment_) { in Flush()
747 bool has_comment_; member in google::protobuf::io::__anon2b8b50890211::CommentCollector