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.cc672 has_comment_(false), in CommentCollector()
682 if (next_leading_comments_ != NULL && has_comment_) { in ~CommentCollector()
691 if (has_comment_ && !is_line_comment_) { in GetBufferForLineComment()
694 has_comment_ = true; in GetBufferForLineComment()
702 if (has_comment_) { in GetBufferForBlockComment()
705 has_comment_ = true; in GetBufferForBlockComment()
712 has_comment_ = false; in ClearBuffer()
718 if (has_comment_) { in Flush()
746 bool has_comment_; member in google::protobuf::io::__anon3fe62f2a0211::CommentCollector