Home
last modified time | relevance | path

Searched refs:endLocation (Results 1 – 14 of 14) sorted by relevance

/third_party/parse5/packages/parse5/test/
Dlocation-info-parser.test.js151 updateNodeSourceCodeLocation(node, endLocation) { argument
155 line: endLocation.endLine,
156 column: endLocation.endCol,
157 offset: endLocation.endOffset
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.js219 exports.updateNodeSourceCodeLocation = function(node, endLocation) { argument
220 node.sourceCodeLocation = Object.assign(node.sourceCodeLocation, endLocation);
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.js346 exports.updateNodeSourceCodeLocation = function(node, endLocation) { argument
347 node.sourceCodeLocation = Object.assign(node.sourceCodeLocation, endLocation);
/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp1377 DeferredLocation endLocation(this); in writeDoStatement() local
1380 endLocation.set(); in writeDoStatement()
1397 DeferredLocation endLocation(this); in writeForStatement() local
1405 endLocation.set(); in writeForStatement()
1419 DeferredLocation endLocation(this); in writeIfStatement() local
1421 endLocation.set(); in writeIfStatement()
1476 DeferredLocation endLocation(this); in writeWhileStatement() local
1481 endLocation.set(); in writeWhileStatement()
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectErrors.ts884 assert.equal(beforeEditDiag.endLocation.line, afterEditDiag.endLocation.line + 1);
885 assert.equal(beforeEditDiag.endLocation.offset, afterEditDiag.endLocation.offset);
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md596 ▸ **updateNodeSourceCodeLocation**(node: *Node*, endLocation: *[EndLocation](../source-code-locatio…
605 | endLocation | [EndLocation](../source-code-location/end-location.md) | Source code location info…
/third_party/boost/boost/polygon/
Dpolygon_traits.hpp748 …typename std::vector<point_data<Unit> >::iterator endLocation = std::unique(pts.begin(), pts.end()… in snap_point_vector_to_45() local
749 if(endLocation != pts.end()){ in snap_point_vector_to_45()
750 pts.resize(endLocation - pts.begin()); in snap_point_vector_to_45()
/third_party/typescript/src/server/
Dprotocol.ts514 endLocation: Location; property
Dsession.ts1160endLocation: (d.file && convertToLocation(getLineAndCharacterOfPosition(d.file, d.start! + d.lengt…
1190 endLocation: scriptInfo && scriptInfo.positionToLineOffset(d.start! + d.length!),
/third_party/typescript/lib/
Dprotocol.d.ts365 endLocation: Location; property
Dtsserverlibrary.d.ts6942 endLocation: Location;
Dtsserverlibrary.js160489endLocation: (d.file && convertToLocation(ts.getLineAndCharacterOfPosition(d.file, d.start + d.len…
160513 endLocation: scriptInfo && scriptInfo.positionToLineOffset(d.start + d.length),
Dtsserver.js160295endLocation: (d.file && convertToLocation(ts.getLineAndCharacterOfPosition(d.file, d.start + d.len…
160319 endLocation: scriptInfo && scriptInfo.positionToLineOffset(d.start + d.length),
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7033 endLocation: Location;