Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dquery_result.ts734 const expType = this.rowSpec[colName]; constant
742 if (expType === NUM || expType === NUM_NULL) {
829 const expType = this.rowSpec[colName]; constant
833 if (expType === undefined) continue;
836 if (!isCompatible(actualType, expType)) {
839 ` (expected type: ${columnTypeToString(expType)}). ` +
844 expType)} actual: ${CELL_TYPE_NAMES[actualType]}`;