Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc689 comment_buffer_.swap(*next_leading_comments_); in ~CommentCollector()
702 return &comment_buffer_; in GetBufferForLineComment()
713 return &comment_buffer_; in GetBufferForBlockComment()
717 comment_buffer_.clear(); in ClearBuffer()
727 prev_trailing_comments_->append(comment_buffer_); in Flush()
732 detached_comments_->push_back(comment_buffer_); in Flush()
746 std::string comment_buffer_; member in google::protobuf::io::__anonb43db29c0211::CommentCollector