Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dtrace_controller.ts25 import {NUM, NUM_NULL, rawQueryToRows, STR_NULL} from '../common/protos';
363 upid: NUM_NULL,
364 tid: NUM_NULL,
365 pid: NUM_NULL,
368 totalDur: NUM_NULL,
/external/perfetto/ui/src/common/
Dprotos.ts107 export const NUM_NULL: number|null = 1; constant
150 if (columnSpec === NUM || columnSpec === NUM_NULL) {