Home
last modified time | relevance | path

Searched defs:lineComment (Results 1 – 22 of 22) sorted by relevance

/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
DKDocFormatter.kt49 val lineComment = comment.isLineComment() in reformatComment() constant
DParagraphListBuilder.kt40 private val lineComment: Boolean = comment.isLineComment() in <lambda>() constant
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DCommentsCollection.java47 public void addComment(LineComment lineComment){ in addComment()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/
DParser.java45 default String lineComment() in lineComment() method
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js57 comments: { "lineComment": ";" }, property
/external/angle/third_party/spirv-tools/src/utils/vscode/
Dextension.js57 comments: { "lineComment": ";" }, property
/external/deqp-deps/SPIRV-Tools/utils/vscode/
Dextension.js57 comments: { "lineComment": ";" }, property
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
DCommentsInserter.java163 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DCommentsInserter.java176 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
DClassDefinitionTest.java27 LineComment lineComment = LineComment.withComment("AUTO-GENERATED DOCUMENTATION AND CLASS"); in validClassDefinition_basicWithCommentsAndHeader() local
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/writer/
DJavaWriterVisitorTest.java767 LineComment lineComment = LineComment.builder().setComment(content).build(); in writeLineCommentStatement_basic() local
869 LineComment lineComment = LineComment.builder().setComment(content).build(); in writeLineComment_longLine() local
885 LineComment lineComment = LineComment.withComment(content); in writeLineComment_specialChar() local
2088 LineComment lineComment = LineComment.withComment("AUTO-GENERATED DOCUMENTATION AND METHOD"); in writeMethodDefinition_withCommentsAnnotationsAndThrows() local
2261 LineComment lineComment = LineComment.withComment("AUTO-GENERATED DOCUMENTATION AND CLASS"); in writeClassDefinition_commentsStatementsAndMethods() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
DJavaParser.java325 private static boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) in attributeLineCommentToNodeOrChild()
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DAstNodeVisitor.java73 public void visit(LineComment lineComment); in visit()
/external/boringssl/src/util/
Ddoc.go94 lineComment = "// " const
/external/cronet/stable/third_party/boringssl/src/util/
Ddoc.go94 lineComment = "// " const
/external/cronet/tot/third_party/boringssl/src/util/
Ddoc.go94 lineComment = "// " const
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/writer/
DImportWriterVisitor.java399 public void visit(LineComment lineComment) { in visit()
DJavaWriterVisitor.java778 public void visit(LineComment lineComment) { in visit()
/external/escapevelocity/src/test/java/com/google/escapevelocity/
DTemplateTest.java169 public void lineComment() { in lineComment() method in TemplateTest
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go323 func (l *lexer) lineComment() { func
/external/angle/third_party/spirv-tools/src/utils/vscode/src/parser/
Dparser.go323 func (l *lexer) lineComment() { func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go323 func (l *lexer) lineComment() { func