Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dquery_iterator.ts67 const hasLongs = column.longValues && column.longValues.length; constant
78 if (expectsNumbers && !hasDoubles && !hasLongs && !isEmpty) {