Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_value.cpp137 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/
Dflags.h83 const char* comment() const { return comment_; } in comment()
143 const char* comment_; variable
Dflags.cc31 comment_(comment), in Flag()
94 printf(" --%s (%s) type: %s default: ", name_, comment_, in Print()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2582 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/
Djsoncpp.cpp2582 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/
Djsoncpp.cpp2601 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 …]
Djson.h959 char* comment_; member
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2582 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/
Dassembler_arm.h1237 : 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/
DSTL.cpp225 Magick::commentImage::commentImage( const std::string &comment_ ) in commentImage() argument
226 : _comment( comment_ ) in commentImage()
DImage.cpp593 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/
Dvalue.h466 char* comment_; member
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h909 char* comment_; member
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h909 char* comment_; member
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h909 char* comment_; member
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h191 void comment(const std::string &comment_);
DSTL.h266 commentImage( const std::string &comment_ );