Home
last modified time | relevance | path

Searched defs:commentEnd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anona0d22fb80111::TPrinter
414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anona0d22fb80111::TPrinterJSON
545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anona0d22fb80111::TPrinterC
750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anona0d22fb80111::TPrinterD
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon2f2a51a40111::TPrinter
414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anon2f2a51a40111::TPrinterJSON
545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anon2f2a51a40111::TPrinterC
750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anon2f2a51a40111::TPrinterD
/third_party/spirv-headers/tools/buildHeaders/
Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon0dd72a430111::TPrinter
416 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anon0dd72a430111::TPrinterJSON
550 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anon0dd72a430111::TPrinterC
772 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anon0dd72a430111::TPrinterD
/third_party/typescript/lib/
DtypingsInstaller.js14958 function isRecognizedTripleSlashComment(text, commentPos, commentEnd) { argument
19077 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
19135 function writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart) { argument
120067 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument
120072 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument
120083 function emitLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos) { argument
120110 function emitTrailingComment(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
120132 function emitTrailingCommentOfPositionNoNewline(commentPos, commentEnd, kind) { argument
120143 function emitTrailingCommentOfPosition(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
120201 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
[all …]
Dtsc.js11437 function isRecognizedTripleSlashComment(text, commentPos, commentEnd) { argument
15009 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
15046 function writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart) { argument
99539 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument
99544 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument
99555 function emitLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos) { argument
99581 function emitTrailingComment(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
99602 function emitTrailingCommentOfPositionNoNewline(commentPos, commentEnd, kind) { argument
99612 function emitTrailingCommentOfPosition(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
99666 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
[all …]
/third_party/node/tools/lint-md/
Dlint-md.mjs5550 function commentEnd(code) { function