Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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