Searched refs:comments_ (Results 1 – 9 of 9) sorted by relevance
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()[all …]
160 std::vector<StringPiece> *comments_; variable
113 comments_ = comments; in Init()133 if (!comments_.empty()) { in Init()134 std::cout << "\tComments: " << comments_; in Init()190 parameters_["comments_"] = comments_; in Upload()
96 string comments_; variable
29 public Comments comments_ = null; field in CommentsHandler45 comments_ = comments; in CommentsHandler()54 comments_.dump(); in endDocument()145 comments_.addComment(currComment); in addTextToComments()
331 comments_(0), start_(other.start_), limit_(other.limit_) { in Value()365 if (other.comments_) { in Value()366 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value()368 const CommentInfo& otherComment = other.comments_[comment]; in Value()370 comments_[comment].setComment(otherComment.comment_); in Value()404 if (comments_) in ~Value()405 delete[] comments_; in ~Value()902 comments_ = 0; in initBasic()1185 if (!comments_) in setComment()1186 comments_ = new CommentInfo[numberOfCommentPlacement]; in setComment()[all …]
409 : comments_(comments), in CommentWriter()416 for (size_t i = 0; i < comments_.size(); ++i) { in ~CommentWriter()424 return !comments_.empty(); in HasComments()432 return static_cast<int>(comments_.size()); in size()451 const std::vector<Comment> comments_; member in image_diff_png::__anon086722a80311::CommentWriter
497 CommentInfo* comments_; variable