Home
last modified time | relevance | path

Searched refs:hasComment (Results 1 – 22 of 22) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp414 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
433 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
436 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
444 return value.hasComment(commentBefore) || in hasCommentForValue()
445 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
446 value.hasComment(commentAfter); in hasCommentForValue()
642 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
649 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
652 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
660 return value.hasComment(commentBefore) || in hasCommentForValue()
[all …]
Djson_value.cpp1194 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value
1199 if (hasComment(placement)) in getComment()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_CommentsInserter.txt30 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/
DCommentsInserter.java142 if (previousComment != null && !thing.hasComment()) { in insertComments()
167 && !node.hasComment()) { in attributeLineCommentToNodeOrChild()
/external/nist-sip/java/javax/sip/header/
DRetryAfterHeader.java11 boolean hasComment(); in hasComment() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DRetryAfter.java93 public boolean hasComment() { in hasComment() method in RetryAfter
DVia.java192 public boolean hasComment() { in hasComment() method in Via
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp64 if (value.hasComment(Json::commentBefore)) { in printValueTree()
124 if (value.hasComment(Json::commentAfter)) { in printValueTree()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3706 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/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3706 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/
Djsoncpp.cpp3739 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 …]
Djson.h928 bool hasComment(CommentPlacement placement) const;
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3706 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
DJavaParser.java329 if (node.getBeginLine()==lineComment.getBeginLine() && !node.hasComment()) in attributeLineCommentToNodeOrChild()
415 if (previousComment != null && !thing.hasComment()){ in insertCommentsInNode()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
DNode.java372 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/
DNode.java331 public boolean hasComment() { in hasComment() method in Node
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_JavaParser.txt85 Line 329) node.getBeginLine() == lineComment.getBeginLine() && !node.hasComment() ==> boolean
136 Line 415) previousComment != null && !thing.hasComment() ==> boolean
/external/jsoncpp/include/json/
Dvalue.h423 bool hasComment(CommentPlacement placement) const;
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNode.java410 public boolean hasComment() { in hasComment() method in Node
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h878 bool hasComment(CommentPlacement placement) const;
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h878 bool hasComment(CommentPlacement placement) const;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h878 bool hasComment(CommentPlacement placement) const;