Home
last modified time | relevance | path

Searched refs:binarySearchKey (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/
Dsourcemap.ts718 …let targetIndex = binarySearchKey(sourceMappings, loc.pos, getSourcePositionOfMapping, compareValu…
736 …let targetIndex = binarySearchKey(generatedMappings, loc.pos, getGeneratedPositionOfMapping, compa…
Dcore.ts1185 return binarySearchKey(array, keySelector(value), keySelector, keyComparer, offset);
1198 …export function binarySearchKey<T, U>(array: readonly T[], key: U, keySelector: (v: T, i: number) … function
/third_party/typescript/src/services/
Dutilities.ts1203 const i = binarySearchKey(children, position, (_, i) => i, (middle, _) => {
2833 const index = binarySearchKey(sortedFileDiagnostics, span, identity, compareTextSpans);
2842 … let index = binarySearchKey(sortedFileDiagnostics, span.start, diag => diag.start, compareValues);
/third_party/typescript/lib/
Dtypescript.js1365 return binarySearchKey(array, keySelector(value), keySelector, keyComparer, offset);
1378 function binarySearchKey(array, key, keySelector, keyComparer, offset) { function
1400 ts.binarySearchKey = binarySearchKey;
82886 …var targetIndex = ts.binarySearchKey(sourceMappings, loc.pos, getSourcePositionOfMapping, ts.compa…
82901 …var targetIndex = ts.binarySearchKey(generatedMappings, loc.pos, getGeneratedPositionOfMapping, ts…
116914 …var i = ts.binarySearchKey(children, position, function (_, i) { return i; }, function (middle, _)…
118488 … var index = ts.binarySearchKey(sortedFileDiagnostics, span, ts.identity, ts.compareTextSpans);
118498 …var index = ts.binarySearchKey(sortedFileDiagnostics, span.start, function (diag) { return diag.st…
DtypescriptServices.js1365 return binarySearchKey(array, keySelector(value), keySelector, keyComparer, offset);
1378 function binarySearchKey(array, key, keySelector, keyComparer, offset) { function
1400 ts.binarySearchKey = binarySearchKey;
82886 …var targetIndex = ts.binarySearchKey(sourceMappings, loc.pos, getSourcePositionOfMapping, ts.compa…
82901 …var targetIndex = ts.binarySearchKey(generatedMappings, loc.pos, getGeneratedPositionOfMapping, ts…
116914 …var i = ts.binarySearchKey(children, position, function (_, i) { return i; }, function (middle, _)…
118488 … var index = ts.binarySearchKey(sortedFileDiagnostics, span, ts.identity, ts.compareTextSpans);
118498 …var index = ts.binarySearchKey(sortedFileDiagnostics, span.start, function (diag) { return diag.st…
Dtsserverlibrary.js1365 return binarySearchKey(array, keySelector(value), keySelector, keyComparer, offset);
1378 function binarySearchKey(array, key, keySelector, keyComparer, offset) { function
1400 ts.binarySearchKey = binarySearchKey;
82886 …var targetIndex = ts.binarySearchKey(sourceMappings, loc.pos, getSourcePositionOfMapping, ts.compa…
82901 …var targetIndex = ts.binarySearchKey(generatedMappings, loc.pos, getGeneratedPositionOfMapping, ts…
116914 …var i = ts.binarySearchKey(children, position, function (_, i) { return i; }, function (middle, _)…
118488 … var index = ts.binarySearchKey(sortedFileDiagnostics, span, ts.identity, ts.compareTextSpans);
118498 …var index = ts.binarySearchKey(sortedFileDiagnostics, span.start, function (diag) { return diag.st…
Dtsserver.js1171 return binarySearchKey(array, keySelector(value), keySelector, keyComparer, offset);
1184 function binarySearchKey(array, key, keySelector, keyComparer, offset) { function
1206 ts.binarySearchKey = binarySearchKey;
82692 …var targetIndex = ts.binarySearchKey(sourceMappings, loc.pos, getSourcePositionOfMapping, ts.compa…
82707 …var targetIndex = ts.binarySearchKey(generatedMappings, loc.pos, getGeneratedPositionOfMapping, ts…
116345 …var i = ts.binarySearchKey(children, position, function (_, i) { return i; }, function (middle, _)…
117919 … var index = ts.binarySearchKey(sortedFileDiagnostics, span, ts.identity, ts.compareTextSpans);
117929 …var index = ts.binarySearchKey(sortedFileDiagnostics, span.start, function (diag) { return diag.st…
Dtsc.js1006 return binarySearchKey(array, keySelector(value), keySelector, keyComparer, offset);
1009 function binarySearchKey(array, key, keySelector, keyComparer, offset) { function
1031 ts.binarySearchKey = binarySearchKey;
69556 …var targetIndex = ts.binarySearchKey(sourceMappings, loc.pos, getSourcePositionOfMapping, ts.compa…
69570 …var targetIndex = ts.binarySearchKey(generatedMappings, loc.pos, getGeneratedPositionOfMapping, ts…
DtypingsInstaller.js1160 return binarySearchKey(array, keySelector(value), keySelector, keyComparer, offset);
1173 function binarySearchKey(array, key, keySelector, keyComparer, offset) { function
1195 ts.binarySearchKey = binarySearchKey;
82681 …var targetIndex = ts.binarySearchKey(sourceMappings, loc.pos, getSourcePositionOfMapping, ts.compa…
82696 …var targetIndex = ts.binarySearchKey(generatedMappings, loc.pos, getGeneratedPositionOfMapping, ts…