setComment        421 third_party/jsoncpp/overrides/include/json/value.h       void setComment( const char *comment,
setComment        424 third_party/jsoncpp/overrides/include/json/value.h       void setComment( const std::string &comment,
setComment        470 third_party/jsoncpp/overrides/include/json/value.h          void setComment( const char *text );
setComment        176 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       root.setComment( commentsBefore_, commentAfter );
setComment        203 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       currentValue().setComment( commentsBefore_, commentBefore );
setComment        414 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       lastValue_->setComment( std::string( begin, end ), placement );
setComment        508 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp             comments_[comment].setComment( otherComment.comment_ );
setComment       1539 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    comments_[placement].setComment( comment );
setComment       1547 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    setComment( comment.c_str(), placement );