HomeSort by relevance Sort by last modified time
    Searched full:comment_buffer_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 667 comment_buffer_.swap(*next_leading_comments_);
680 return &comment_buffer_;
691 return &comment_buffer_;
695 comment_buffer_.clear();
705 prev_trailing_comments_->append(comment_buffer_);
710 detached_comments_->push_back(comment_buffer_);
726 string comment_buffer_; member in class:google::protobuf::io::__anon19461::CommentCollector
728 // True if any comments were read into comment_buffer_. This can be true even
729 // if comment_buffer_ is empty, namely if the comment was "/**/".
    [all...]

Completed in 650 milliseconds