Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dquery_result.ts803 for (const expectedCol of Object.keys(this.rowSpec)) { constant
804 if (this.columnNames.indexOf(expectedCol) < 0) {
806 `Column ${expectedCol} not found in the SQL result ` +