Home
last modified time | relevance | path

Searched refs:commentAfter (Results 1 – 6 of 6) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp436 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
438 document_ += normalizeEOL(root.getComment(commentAfter)); in writeCommentAfterValueOnSameLine()
446 value.hasComment(commentAfter); in hasCommentForValue()
652 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
654 *document_ << normalizeEOL(root.getComment(commentAfter)); in writeCommentAfterValueOnSameLine()
662 value.hasComment(commentAfter); in hasCommentForValue()
Djson_reader.cpp134 root.setComment(commentsBefore_, commentAfter); in parse()
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp124 if (value.hasComment(Json::commentAfter)) { in printValueTree()
125 fprintf(fout, "%s\n", value.getComment(Json::commentAfter).c_str()); in printValueTree()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp330 root.setComment(commentsBefore_, commentAfter); in parse()
1260 root.setComment(commentsBefore_, commentAfter); in parse()
4558 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4560 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4568 value.hasComment(commentAfter); in hasCommentForValue()
4773 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4775 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4783 value.hasComment(commentAfter); in hasCommentForValue()
5062 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
5064 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
[all …]
Djson.h477 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
/external/jsoncpp/include/json/
Dvalue.h51 commentAfter, ///< a comment on the line after a value (only make sense for enumerator