/external/pcre/pcrecpp/ |
D | pcre_scanner.cc | 49 comments_(NULL), in Scanner() 60 comments_(NULL), in Scanner() 66 delete comments_; in ~Scanner() 139 if (comments_ == NULL) { in ConsumeSkip() 140 comments_ = new vector<StringPiece>; in ConsumeSkip() 145 comments_->push_back(StringPiece(start_data, length)); in ConsumeSkip() 154 if (!comments_) { in GetComments() 162 for (vector<StringPiece>::const_iterator it = comments_->begin(); in GetComments() 163 it != comments_->end(); ++it) { in GetComments() 175 if (!comments_) { in GetNextComments() [all …]
|
/external/google-breakpad/src/common/linux/ |
D | google_crashdump_uploader.cc | 113 comments_ = comments; in Init() 133 if (!comments_.empty()) { in Init() 134 std::cout << "\tComments: " << comments_; in Init() 190 parameters_["comments_"] = comments_; in Upload()
|
D | google_crashdump_uploader.h | 96 string comments_; variable
|
/external/jdiff/src/jdiff/ |
D | CommentsHandler.java | 29 public Comments comments_ = null; field in CommentsHandler 45 comments_ = comments; in CommentsHandler() 54 comments_.dump(); in endDocument() 145 comments_.addComment(currComment); in addTextToComments()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 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 …]
|
/external/pdfium/samples/ |
D | image_diff_png.cc | 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::__anon3a3a145c0311::CommentWriter
|
/external/pcre/pcrecpp/include/ |
D | pcre_scanner.h | 161 std::vector<StringPiece> *comments_; variable
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2806 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2836 if (other.comments_) { in Value() 2837 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2839 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2841 comments_[comment].setComment( in Value() 2875 if (comments_) in ~Value() 2876 delete[] comments_; in ~Value() 2896 std::swap(comments_, other.comments_); in swap() 3377 comments_ = 0; in initBasic() 3722 if (!comments_) in setComment() [all …]
|
D | json.h | 982 CommentInfo* comments_; variable
|
/external/jsoncpp/include/json/ |
D | value.h | 497 CommentInfo* comments_; variable
|
/external/guice/lib/build/jdiff/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/guava/guava/lib/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |