Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc688 comment_buffer_.swap(*next_leading_comments_); in ~CommentCollector()
701 return &comment_buffer_; in GetBufferForLineComment()
712 return &comment_buffer_; in GetBufferForBlockComment()
716 comment_buffer_.clear(); in ClearBuffer()
726 prev_trailing_comments_->append(comment_buffer_); in Flush()
731 detached_comments_->push_back(comment_buffer_); in Flush()
745 std::string comment_buffer_; member in google::protobuf::io::__anon8fad96710211::CommentCollector