Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp468 std::swap(comments_, other.comments_); in swap()
970 comments_ = Comments{}; in initBasic()
1029 comments_ = other.comments_; in dupMeta()
1418 comments_.set(placement, std::move(comment)); in setComment()
1422 return comments_.has(placement); in hasComment()
1426 return comments_.get(placement); in getComment()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2981 if (other.comments_) { in Value()
2982 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value()
2986 comments_[comment].setComment( in Value()
3020 delete[] comments_; in ~Value()
3048 std::swap(comments_, other.comments_); in swap()
3055 comments_ = other.comments_; in copy()
3551 comments_ = 0; in initBasic()
3923 if (!comments_) in setComment()
3929 comments_[placement].setComment(comment, len); in setComment()
3941 return comments_ != 0 && comments_[placement].comment_ != 0; in hasComment()
[all …]
A Djson.h1097 CommentInfo* comments_; variable
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h649 Comments comments_; variable

Completed in 23 milliseconds