/external/v8/src/codegen/ |
D | code-comments.cc | 68 for (auto i = comments_.begin(); i != comments_.end(); ++i) { in Emit() 82 comments_.push_back(std::move(entry)); in Add() 85 size_t CodeCommentsWriter::entry_count() const { return comments_.size(); } in entry_count()
|
D | code-comments.h | 45 std::vector<CodeCommentEntry> comments_; variable
|
/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 | 441 : comments_(comments), png_text_(new png_text[comments.size()]) { in CommentWriter() 447 for (size_t i = 0; i < comments_.size(); ++i) { in ~CommentWriter() 454 bool HasComments() { return !comments_.empty(); } in HasComments() 458 int size() { return static_cast<int>(comments_.size()); } in size() 476 const std::vector<Comment> comments_; member in image_diff_png::__anoneb27d0170111::CommentWriter
|
/external/angle/third_party/jsoncpp/source/src/lib_json/ |
D | json_value.cpp | 498 std::swap(comments_, other.comments_); in swap() 1012 comments_ = Comments{}; in initBasic() 1071 comments_ = other.comments_; in dupMeta() 1484 comments_.set(placement, std::move(comment)); in setComment() 1488 return comments_.has(placement); in hasComment() 1492 return comments_.get(placement); in getComment()
|
/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/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/angle/third_party/spirv-headers/src/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/angle/third_party/jsoncpp/source/include/json/ |
D | value.h | 659 Comments comments_; variable
|
/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/deqp-deps/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/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 932 CommentInfo* comments_; variable
|