Searched refs:commentAfter (Results 1 – 12 of 12) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 436 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()
|
D | json_reader.cpp | 134 root.setComment(commentsBefore_, commentAfter); in parse()
|
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 124 if (value.hasComment(Json::commentAfter)) { in printValueTree() 125 fprintf(fout, "%s\n", value.getComment(Json::commentAfter).c_str()); in printValueTree()
|
/external/deqp-deps/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 …]
|
/external/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 …]
|
/external/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
|
/external/shaderc/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 …]
|
/external/jsoncpp/include/json/ |
D | value.h | 51 commentAfter, ///< a comment on the line after a value (only make sense for enumerator
|
/external/shaderc/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
|
/external/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
|
/external/deqp-deps/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
|