Home
last modified time | relevance | path

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

/external/perfetto/infra/perfetto.dev/src/
Dgen_sql_tables_reference.js38 const tableDesc = { variable
49 if (name in tableDesc.cols)
50 return tableDesc.cols[name];
51 tableDesc.cols[name] = {
60 return tableDesc.cols[name];
77 tableDesc.tablegroup = m[1];
81 tableDesc.name = m[1];
91 tableDesc.comment += `${comm}\n`;
98 tableDesc.cppClassName = m[1];
99 if (tableDesc.name === '') {
[all …]