Home
last modified time | relevance | path

Searched refs:commentAfterOnSameLine (Results 1 – 12 of 12) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
630 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
849 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
860 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1137 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1138 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1149 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
Djson_reader.cpp345 placement = commentAfterOnSameLine; in readComment()
376 if (placement == commentAfterOnSameLine) { in addComment()
1317 placement = commentAfterOnSameLine; in readComment()
1352 if (placement == commentAfterOnSameLine) { in addComment()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp533 placement = commentAfterOnSameLine; in readComment()
564 if (placement == commentAfterOnSameLine) { in addComment()
1497 placement = commentAfterOnSameLine; in readComment()
1509 if (placement == commentAfterOnSameLine) { in addComment()
4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4728 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
[all …]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp533 placement = commentAfterOnSameLine; in readComment()
564 if (placement == commentAfterOnSameLine) { in addComment()
1497 placement = commentAfterOnSameLine; in readComment()
1509 if (placement == commentAfterOnSameLine) { in addComment()
4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4728 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
[all …]
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp548 placement = commentAfterOnSameLine; in readComment()
579 if (placement == commentAfterOnSameLine) { in addComment()
1526 placement = commentAfterOnSameLine; in readComment()
1538 if (placement == commentAfterOnSameLine) { in addComment()
4555 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4556 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4567 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4770 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4771 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4782 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
[all …]
Djson.h476 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp533 placement = commentAfterOnSameLine; in readComment()
564 if (placement == commentAfterOnSameLine) { in addComment()
1497 placement = commentAfterOnSameLine; in readComment()
1509 if (placement == commentAfterOnSameLine) { in addComment()
4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4728 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
[all …]
/external/jsoncpp/include/json/
Dvalue.h120 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h433 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h433 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h433 commentAfterOnSameLine, ///< a comment just after a value on the same line enumerator
/external/jsoncpp/src/test_lib_json/
Dmain.cpp2286 Json::commentAfterOnSameLine); in JSONTEST_FIXTURE_LOCAL()
2429 Json::commentAfterOnSameLine); in JSONTEST_FIXTURE_LOCAL()