Home
last modified time | relevance | path

Searched refs:createSortedArray (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/server/
DutilitiesPublic.ts9 export const emptyArray: SortedReadonlyArray<never> = createSortedArray<never>();
130 export function createSortedArray<T>(): SortedArray<T> { function
/third_party/typescript/src/services/
DstringCompletions.ts67 const entries = createSortedArray<CompletionEntry>();
Dcompletions.ts509 const entries = createSortedArray<CompletionEntry>();
/third_party/typescript/src/compiler/
Dcore.ts777 export function createSortedArray<T>(): SortedArray<T> { function
/third_party/typescript/lib/
Dtsserverlibrary.d.ts7504 function createSortedArray<T>(): SortedArray<T>;
DtypingsInstaller.js848 function createSortedArray() { function
851 ts.createSortedArray = createSortedArray;
Dtsc.js756 function createSortedArray() { function
759 ts.createSortedArray = createSortedArray;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7504 function createSortedArray<T>(): SortedArray<T>;