Home
last modified time | relevance | path

Searched refs:commentEnd (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/util/
H A DstripComments.js11 var commentEnd = str.indexOf("*/", commentStart + 2);
12 if (commentEnd < 0) {
15 lastEnd = commentEnd + 2;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon21776::TPrinter
306 out << commentEnd(++commentNum == commentCount) << std::endl; in printComments()
414 std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); }
545 std::string commentEnd(bool isLast) const override { return "*/\n"; }
750 std::string commentEnd(bool isLast) const override { return " +/\n"; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon23033::TPrinter
306 out << commentEnd(++commentNum == commentCount) << std::endl; in printComments()
414 std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); }
545 std::string commentEnd(bool isLast) const override { return "*/\n"; }
750 std::string commentEnd(bool isLast) const override { return " +/\n"; }
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp107 virtual std::string commentEnd(bool isLast) const { return ""; } in commentEnd() function in __anon26546::TPrinter
308 out << commentEnd(++commentNum == commentCount) << std::endl; in printComments()
416 std::string commentEnd(bool isLast) const override { return indent(4) + (isLast ? "]" : "],"); }
550 std::string commentEnd(bool isLast) const override { return "*/\n"; }
772 std::string commentEnd(bool isLast) const override { return " +/\n"; }
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js11504 function isRecognizedTripleSlashComment(text, commentPos, commentEnd) {
11506 commentPos + 2 < commentEnd &&
11508 var textSubStr = text.substring(commentPos, commentEnd);
[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 188 milliseconds