Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dquery_result.ts647 readonly rowSpec: Row; property in RowIteratorImpl
683 this.rowSpec = {...querySpec}; // ... -> Copy all the key/value pairs.
734 const expType = this.rowSpec[colName];
803 for (const expectedCol of Object.keys(this.rowSpec)) {
829 const expType = this.rowSpec[colName];