Home
last modified time | relevance | path

Searched refs:comments_ (Results 1 – 17 of 17) sorted by relevance

/external/pcre/pcrecpp/
Dpcre_scanner.cc49 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/
Dgoogle_crashdump_uploader.cc113 comments_ = comments; in Init()
133 if (!comments_.empty()) { in Init()
134 std::cout << "\tComments: " << comments_; in Init()
190 parameters_["comments_"] = comments_; in Upload()
Dgoogle_crashdump_uploader.h96 string comments_; variable
/external/jdiff/src/jdiff/
DCommentsHandler.java29 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/
Djson_value.cpp331 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/
Dimage_diff_png.cpp450 : 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/
Dpcre_scanner.h161 std::vector<StringPiece> *comments_; variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2782 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/
Djsoncpp.cpp2782 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/
Djsoncpp.cpp2806 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 …]
Djson.h982 CommentInfo* comments_; variable
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2782 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/
Dvalue.h497 CommentInfo* comments_; variable
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h385 comments_(), in buffer_()
1249 GrowableArray<CodeComment*> comments_; variable
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h932 CommentInfo* comments_; variable
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h932 CommentInfo* comments_; variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h932 CommentInfo* comments_; variable