Home
last modified time | relevance | path

Searched defs:endLine (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/services/formatting/
DformattingContext.ts62 … const endLine = this.sourceFile.getLineAndCharacterOfPosition(this.nextTokenSpan.pos).line; constant
87 const endLine = this.sourceFile.getLineAndCharacterOfPosition(node.getEnd()).line; constant
96 …const endLine = this.sourceFile.getLineAndCharacterOfPosition(closeBrace.getStart(this.sourceFile)… constant
Dformatting.ts1104 const endLine = sourceFile.getLineAndCharacterOfPosition(commentRange.end).line; constant
1213 const endLine = sourceFile.getLineAndCharacterOfPosition(endPos).line; constant
DsmartIndenter.ts708 const endLine = sourceFile.getLineAndCharacterOfPosition(range.end).line; constant
Drules.ts853 const endLine = context.sourceFile.getLineAndCharacterOfPosition(nextTokenStart).line; constant
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan_test.go155 func span(startLine, startColumn, endLine, endColumn int) cov.Span { argument
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts137 const { endLine, endCol, endOffset } = location; constant
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts23 endLine: number; property
/third_party/typescript/src/services/
DjsDoc.ts391 const endLine = tokenStart === position ? newLine + indentationStr : ""; constant
Dutilities.ts2898 … const endLine = sourceFile.getLineAndCharacterOfPosition(nextToken.getStart(sourceFile)).line; constant
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-script.cc153 int endLine() const override { return m_endLine; } in endLine() function in v8_inspector::__anon04cf592f0111::ActualScript
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts248 endLine: beforeToken ? loc.startLine : loc.endLine, constant
472 const { endLine, endCol, endOffset } = token.location; constant
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dparser.js42 function getSource(startLine, startColumn, endLine, endColumn) { argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h604 TSourceLoc endLine; variable
/third_party/typescript/src/server/
Dprotocol.ts761 endLine: number; property
2042 endLine: number; property
/third_party/typescript/lib/
Dprotocol.d.ts562 endLine: number; property
1506 endLine: number; property
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… variable
/third_party/typescript/src/compiler/
Dchecker.ts45611 const endLine = getLineAndCharacterOfPosition(file, equalsGreaterThanToken.end).line; constant