/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 137 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo() 140 if (comment_) in ~CommentInfo() 141 releaseStringValue(comment_); in ~CommentInfo() 145 if (comment_) in setComment() 146 releaseStringValue(comment_); in setComment() 152 comment_ = duplicateStringValue(text); in setComment() 369 if (otherComment.comment_) in Value() 370 comments_[comment].setComment(otherComment.comment_); in Value() 1195 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() 1200 return comments_[placement].comment_; in getComment()
|
/external/webrtc/webrtc/base/ |
D | flags.h | 83 const char* comment() const { return comment_; } in comment() 143 const char* comment_; variable
|
D | flags.cc | 31 comment_(comment), in Flag() 94 printf(" --%s (%s) type: %s default: ", name_, comment_, in Print()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2582 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo() 2585 if (comment_) in ~CommentInfo() 2586 releaseStringValue(comment_); in ~CommentInfo() 2590 if (comment_) { in setComment() 2591 releaseStringValue(comment_); in setComment() 2592 comment_ = 0; in setComment() 2599 comment_ = duplicateStringValue(text, len); in setComment() 2816 if (otherComment.comment_) in Value() 2818 otherComment.comment_, strlen(otherComment.comment_)); in Value() 3707 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() [all …]
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2582 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo() 2585 if (comment_) in ~CommentInfo() 2586 releaseStringValue(comment_); in ~CommentInfo() 2590 if (comment_) { in setComment() 2591 releaseStringValue(comment_); in setComment() 2592 comment_ = 0; in setComment() 2599 comment_ = duplicateStringValue(text, len); in setComment() 2816 if (otherComment.comment_) in Value() 2818 otherComment.comment_, strlen(otherComment.comment_)); in Value() 3707 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() [all …]
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2601 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo() 2604 if (comment_) in ~CommentInfo() 2605 releaseStringValue(comment_); in ~CommentInfo() 2609 if (comment_) { in setComment() 2610 releaseStringValue(comment_); in setComment() 2611 comment_ = 0; in setComment() 2618 comment_ = duplicateStringValue(text, len); in setComment() 2840 if (otherComment.comment_) in Value() 2842 otherComment.comment_, strlen(otherComment.comment_)); in Value() 3740 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() [all …]
|
D | json.h | 959 char* comment_; member
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2582 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo() 2585 if (comment_) in ~CommentInfo() 2586 releaseStringValue(comment_); in ~CommentInfo() 2590 if (comment_) { in setComment() 2591 releaseStringValue(comment_); in setComment() 2592 comment_ = 0; in setComment() 2599 comment_ = duplicateStringValue(text, len); in setComment() 2816 if (otherComment.comment_) in Value() 2818 otherComment.comment_, strlen(otherComment.comment_)); in Value() 3707 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment() [all …]
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 1237 : pc_offset_(pc_offset), comment_(comment) { } in CodeComment() 1240 const String& comment() const { return comment_; } in comment() 1244 const String& comment_; variable
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 225 Magick::commentImage::commentImage( const std::string &comment_ ) in commentImage() argument 226 : _comment( comment_ ) in commentImage()
|
D | Image.cpp | 593 void Magick::Image::comment(const std::string &comment_) in comment() argument 598 if (comment_.length() > 0) in comment() 599 SetImageProperty(image(),"Comment",comment_.c_str(),exceptionInfo); in comment()
|
/external/jsoncpp/include/json/ |
D | value.h | 466 char* comment_; member
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 909 char* comment_; member
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 909 char* comment_; member
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 909 char* comment_; member
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 191 void comment(const std::string &comment_);
|
D | STL.h | 266 commentImage( const std::string &comment_ );
|