/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/testing/image_diff/ |
D | image_diff_png.cpp | 450 : comments_(comments), png_text_(new png_text[comments.size()]) { in CommentWriter() 456 for (size_t i = 0; i < comments_.size(); ++i) { in ~CommentWriter() 463 bool HasComments() { return !comments_.empty(); } in HasComments() 467 int size() { return static_cast<int>(comments_.size()); } in size() 485 const std::vector<Comment> comments_; member in image_diff_png::__anon39a3d9950311::CommentWriter
|
/external/pcre/pcrecpp/include/ |
D | pcre_scanner.h | 161 std::vector<StringPiece> *comments_; variable
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2782 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2812 if (other.comments_) { in Value() 2813 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2815 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2817 comments_[comment].setComment( in Value() 2843 if (comments_) in ~Value() 2844 delete[] comments_; in ~Value() 2864 std::swap(comments_, other.comments_); in swap() 3344 comments_ = 0; in initBasic() 3689 if (!comments_) in setComment() [all …]
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2782 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2812 if (other.comments_) { in Value() 2813 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2815 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2817 comments_[comment].setComment( in Value() 2843 if (comments_) in ~Value() 2844 delete[] comments_; in ~Value() 2864 std::swap(comments_, other.comments_); in swap() 3344 comments_ = 0; in initBasic() 3689 if (!comments_) in setComment() [all …]
|
/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/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2782 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2812 if (other.comments_) { in Value() 2813 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2815 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2817 comments_[comment].setComment( in Value() 2843 if (comments_) in ~Value() 2844 delete[] comments_; in ~Value() 2864 std::swap(comments_, other.comments_); in swap() 3344 comments_ = 0; in initBasic() 3689 if (!comments_) in setComment() [all …]
|
/external/jsoncpp/include/json/ |
D | value.h | 497 CommentInfo* comments_; variable
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 385 comments_(), in buffer_() 1249 GrowableArray<CodeComment*> comments_; variable
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 932 CommentInfo* comments_; variable
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 932 CommentInfo* comments_; variable
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 932 CommentInfo* comments_; variable
|