Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/operations/
Dtranslate_intdef.ts65 if (this.intDefColumn[propertyPath]) {
68 this.intDefColumn[propertyPath] as string,
135 private readonly intDefColumn: {[key: string]: string} = { property in TranslateIntDef