Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc671 next_leading_comments_(next_leading_comments), in CommentCollector()
682 if (next_leading_comments_ != NULL && has_comment_) { in ~CommentCollector()
683 comment_buffer_.swap(*next_leading_comments_); in ~CommentCollector()
740 string* next_leading_comments_; member in google::protobuf::io::__anon86a9c54b0211::CommentCollector