/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 610 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() 632 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 640 return value.hasComment(commentBefore) || in hasCommentForValue() 641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue() 642 value.hasComment(commentAfter); in hasCommentForValue() 830 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() 851 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 859 return value.hasComment(commentBefore) || in hasCommentForValue() [all …]
|
D | json_value.cpp | 1420 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value 1439 String out = this->hasComment(commentBefore) ? "\n" : ""; in toStyledString()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/expected_output/ |
D | com_github_javaparser_CommentsInserter.txt | 30 Line 142) thing.hasComment() ==> com.github.javaparser.ast.Node.hasComment() 39 Line 167) node.hasComment() ==> com.github.javaparser.ast.Node.hasComment()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ |
D | CommentsInserter.java | 142 if (previousComment != null && !thing.hasComment()) { in insertComments() 167 && !node.hasComment()) { in attributeLineCommentToNodeOrChild()
|
/external/nist-sip/java/javax/sip/header/ |
D | RetryAfterHeader.java | 11 boolean hasComment(); in hasComment() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | RetryAfter.java | 93 public boolean hasComment() { in hasComment() method in RetryAfter
|
D | Via.java | 192 public boolean hasComment() { in hasComment() method in Via
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ |
D | JavaParser.java | 329 if (node.getBeginLine()==lineComment.getBeginLine() && !node.hasComment()) in attributeLineCommentToNodeOrChild() 415 if (previousComment != null && !thing.hasComment()){ in insertCommentsInNode()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value 3711 if (hasComment(placement)) in getComment() 4480 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() 4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4511 return value.hasComment(commentBefore) || in hasCommentForValue() 4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue() 4513 value.hasComment(commentAfter); in hasCommentForValue() 4698 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() [all …]
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 3739 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value 3744 if (hasComment(placement)) in getComment() 4535 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4555 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() 4558 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4566 return value.hasComment(commentBefore) || in hasCommentForValue() 4567 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue() 4568 value.hasComment(commentAfter); in hasCommentForValue() 4752 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4770 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() [all …]
|
D | json.h | 928 bool hasComment(CommentPlacement placement) const;
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value 3711 if (hasComment(placement)) in getComment() 4480 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() 4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4511 return value.hasComment(commentBefore) || in hasCommentForValue() 4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue() 4513 value.hasComment(commentAfter); in hasCommentForValue() 4698 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value 3711 if (hasComment(placement)) in getComment() 4480 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() 4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4511 return value.hasComment(commentBefore) || in hasCommentForValue() 4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue() 4513 value.hasComment(commentAfter); in hasCommentForValue() 4698 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() [all …]
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3706 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value 3711 if (hasComment(placement)) in getComment() 4480 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4500 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() 4503 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine() 4511 return value.hasComment(commentBefore) || in hasCommentForValue() 4512 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue() 4513 value.hasComment(commentAfter); in hasCommentForValue() 4698 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue() 4716 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine() [all …]
|
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 75 if (value.hasComment(Json::commentBefore)) { in printValueTree() 122 if (value.hasComment(Json::commentAfter)) { in printValueTree()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/ |
D | Node.java | 372 public boolean hasComment() in hasComment() method in Node
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/ |
D | Node.java | 331 public boolean hasComment() { in hasComment() method in Node
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/ |
D | com_github_javaparser_JavaParser.txt | 85 Line 329) node.getBeginLine() == lineComment.getBeginLine() && !node.hasComment() ==> boolean 136 Line 415) previousComment != null && !thing.hasComment() ==> boolean
|
/external/jsoncpp/include/json/ |
D | value.h | 575 bool hasComment(CommentPlacement placement) const;
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 878 bool hasComment(CommentPlacement placement) const;
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 878 bool hasComment(CommentPlacement placement) const;
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 878 bool hasComment(CommentPlacement placement) const;
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 878 bool hasComment(CommentPlacement placement) const;
|