Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/
Dloaded_parsers.ts496 const rangesSortedByEnd = ranges constant
500 for (let i = rangesSortedByEnd.length - 2; i >= 0; --i) {
501 const curr = rangesSortedByEnd[i];
502 const next = rangesSortedByEnd[i + 1];