Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_value.cpp368 const CommentInfo& otherComment = other.comments_[comment]; in Value() local
369 if (otherComment.comment_) in Value()
370 comments_[comment].setComment(otherComment.comment_); in Value()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2839 const CommentInfo& otherComment = other.comments_[comment]; in Value() local
2840 if (otherComment.comment_) in Value()
2842 otherComment.comment_, strlen(otherComment.comment_)); in Value()