Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dprotos.ts72 const uniqColNames = new Set<string>(); constant
76 if (uniqColNames.has(colName)) {
79 uniqColNames.add(colName);