/third_party/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 633 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 635 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 643 value.hasComment(commentAfter); in hasCommentForValue() 852 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 854 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 862 value.hasComment(commentAfter); in hasCommentForValue() 1141 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 1143 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 1151 value.hasComment(commentAfter); in hasCommentForValue()
|
D | json_reader.cpp | 133 root.setComment(commentsBefore_, commentAfter); in parse() 1036 root.setComment(commentsBefore_, commentAfter); in parse()
|
/third_party/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 122 if (value.hasComment(Json::commentAfter)) { in printValueTree() 123 fprintf(fout, "%s\n", value.getComment(Json::commentAfter).c_str()); in printValueTree()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 315 root.setComment(commentsBefore_, commentAfter); in parse() 1278 root.setComment(commentsBefore_, commentAfter); in parse() 4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4513 value.hasComment(commentAfter); in hasCommentForValue() 4719 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4729 value.hasComment(commentAfter); in hasCommentForValue() 5001 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 315 root.setComment(commentsBefore_, commentAfter); in parse() 1278 root.setComment(commentsBefore_, commentAfter); in parse() 4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4513 value.hasComment(commentAfter); in hasCommentForValue() 4719 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4729 value.hasComment(commentAfter); in hasCommentForValue() 5001 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() [all …]
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 330 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 …]
|
D | json.h | 477 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 315 root.setComment(commentsBefore_, commentAfter); in parse() 1278 root.setComment(commentsBefore_, commentAfter); in parse() 4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4513 value.hasComment(commentAfter); in hasCommentForValue() 4719 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4729 value.hasComment(commentAfter); in hasCommentForValue() 5001 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() [all …]
|
/third_party/jsoncpp/include/json/ |
D | value.h | 121 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 434 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 434 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 434 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 2334 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL() 2479 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL()
|