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.cc677 has_comment_(false), in CommentCollector()
687 if (next_leading_comments_ != NULL && has_comment_) { in ~CommentCollector()
696 if (has_comment_ && !is_line_comment_) { in GetBufferForLineComment()
699 has_comment_ = true; in GetBufferForLineComment()
707 if (has_comment_) { in GetBufferForBlockComment()
710 has_comment_ = true; in GetBufferForBlockComment()
717 has_comment_ = false; in ClearBuffer()
723 if (has_comment_) { in Flush()
749 bool has_comment_; member in google::protobuf::io::__anonb28848950211::CommentCollector