Lines Matching refs:comments_
53 comments_(NULL), in Scanner()
64 comments_(NULL), in Scanner()
70 delete comments_; in ~Scanner()
152 if (comments_ == NULL) { in ConsumeSkip()
153 comments_ = new vector<StringPiece>; in ConsumeSkip()
158 comments_->push_back(StringPiece(start_data, length)); in ConsumeSkip()
167 if (!comments_) { in GetComments()
175 for (vector<StringPiece>::const_iterator it = comments_->begin(); in GetComments()
176 it != comments_->end(); ++it) { in GetComments()
188 if (!comments_) { in GetNextComments()
192 comments_->begin() + comments_offset_; in GetNextComments()
193 it != comments_->end(); ++it) { in GetNextComments()