Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dglobals.ts80 const morePatches = this.applyAction(action); constant
81 patches.length += morePatches.length;
82 for (let i = 0; i < morePatches.length; ++i) {
83 patches[i + originalLength] = morePatches[i];
119 (morePatches, _) => {
121 patches.length += morePatches.length;
122 for (let i = 0; i < morePatches.length; ++i) {
123 patches[i + originalLength] = morePatches[i];