Home
last modified time | relevance | path

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

/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 __anonec9936650111::TPrinter
414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anonec9936650111::TPrinterJSON
545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anonec9936650111::TPrinterC
750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anonec9936650111::TPrinterD
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anondea781790111::TPrinter
414 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anondea781790111::TPrinterJSON
545 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anondea781790111::TPrinterC
750 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anondea781790111::TPrinterD
/third_party/spirv-headers/tools/buildHeaders/
Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon410178a40111::TPrinter
416 … std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); } in commentEnd() function in __anon410178a40111::TPrinterJSON
550 std::string commentEnd(bool isLast) const override { return "*/\n"; } in commentEnd() function in __anon410178a40111::TPrinterC
755 std::string commentEnd(bool isLast) const override { return " +/\n"; } in commentEnd() function in __anon410178a40111::TPrinterD
/third_party/typescript/lib/
DtypingsInstaller.js14954 function isRecognizedTripleSlashComment(text, commentPos, commentEnd) { argument
19043 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
19101 function writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart) { argument
119767 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument
119772 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument
119783 function emitLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos) { argument
119810 function emitTrailingComment(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
119832 function emitTrailingCommentOfPositionNoNewline(commentPos, commentEnd, kind) { argument
119843 function emitTrailingCommentOfPosition(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
119901 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
[all …]
Dtsc.js11436 function isRecognizedTripleSlashComment(text, commentPos, commentEnd) { argument
14978 function writeCommentRange(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
15015 function writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart) { argument
99263 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument
99268 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument
99279 function emitLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos) { argument
99305 function emitTrailingComment(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
99326 function emitTrailingCommentOfPositionNoNewline(commentPos, commentEnd, kind) { argument
99336 function emitTrailingCommentOfPosition(commentPos, commentEnd, _kind, hasTrailingNewLine) { argument
99390 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { argument
[all …]
/third_party/node/tools/lint-md/
Dlint-md.mjs5463 function commentEnd(code) { function