Searched refs:commentAfter (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_writer.cpp | 634 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 D | json_reader.cpp | 134 root.setComment(commentsBefore_, commentAfter); in parse() 1033 root.setComment(commentsBefore_, commentAfter); in parse()
|
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/ |
A D | main.cpp | 122 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 D | jsoncpp.cpp | 372 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 D | json.h | 569 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | value.h | 121 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | main.cpp | 2321 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