Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_writer.cpp634 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
636 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
644 value.hasComment(commentAfter); in hasCommentForValue()
853 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
855 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
863 value.hasComment(commentAfter); in hasCommentForValue()
1142 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
1144 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
1152 value.hasComment(commentAfter); in hasCommentForValue()
A Djson_reader.cpp134 root.setComment(commentsBefore_, commentAfter); in parse()
1033 root.setComment(commentsBefore_, commentAfter); in parse()
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/
A Dmain.cpp122 if (value.hasComment(Json::commentAfter)) { in printValueTree()
123 fprintf(fout, "%s\n", value.getComment(Json::commentAfter).c_str()); in printValueTree()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp372 root.setComment(commentsBefore_, commentAfter); in parse()
1307 root.setComment(commentsBefore_, commentAfter); in parse()
4792 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4794 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4802 value.hasComment(commentAfter); in hasCommentForValue()
5007 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
5009 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
5017 value.hasComment(commentAfter); in hasCommentForValue()
5296 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
5298 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
[all …]
A Djson.h569 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h121 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp2321 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL()
2466 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL()

Completed in 48 milliseconds