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.cc678 is_line_comment_(false), in CommentCollector()
696 if (has_comment_ && !is_line_comment_) { in GetBufferForLineComment()
700 is_line_comment_ = true; in GetBufferForLineComment()
711 is_line_comment_ = false; in GetBufferForBlockComment()
752 bool is_line_comment_; member in google::protobuf::io::__anon8fad96710211::CommentCollector