Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DGetBucketInfoResult.h43 const std::string& Comment() const { return comment_; } in Comment()
57 std::string comment_; variable
/AliOS-Things-master/components/oss/src/model/
A DGetBucketInfoResult.cc99 if (node && node->GetText()) comment_ = node->GetText(); in operator =()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2729 Value::CommentInfo::CommentInfo() : comment_(0) in CommentInfo()
2733 if (comment_) in ~CommentInfo()
2734 releaseStringValue(comment_, 0u); in ~CommentInfo()
2738 if (comment_) { in setComment()
2739 releaseStringValue(comment_, 0u); in setComment()
2740 comment_ = 0; in setComment()
2747 comment_ = duplicateStringValue(text, len); in setComment()
2985 if (otherComment.comment_) in Value()
2987 otherComment.comment_, strlen(otherComment.comment_)); in Value()
3941 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment()
[all …]
A Djson.h1074 char* comment_; member

Completed in 18 milliseconds