Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/common/
Dadd_diffs.ts35 this.newIdNodeMap = this.updateIdNodeMap(newRoot);
36 this.oldIdNodeMap = this.updateIdNodeMap(oldRoot);
40 private updateIdNodeMap(root: T | undefined): Map<string, T> { method in AddDiffs