Home | History | Annotate | Download | only in lib_json

Lines Matching refs:CommentPlacement

1184 void Value::setComment(const char* comment, CommentPlacement placement) {
1190 void Value::setComment(const std::string& comment, CommentPlacement placement) {
1194 bool Value::hasComment(CommentPlacement placement) const {
1198 std::string Value::getComment(CommentPlacement placement) const {