Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/protolog/
Dparser_protolog_utils.ts39 const customFormatters = new Map([['timestamp', TIMESTAMP_NODE_FORMATTER]]); constant
49 new SetFormatters(undefined, customFormatters).apply(tree);
/development/tools/winscope/src/parsers/transitions/
Dentry_properties_tree_factory.ts150 const customFormatters = new Map<string, PropertyFormatter>([ constant
160 new SetFormatters(undefined, customFormatters).apply(tree);
206 const customFormatters = new Map<string, PropertyFormatter>([ constant
216 customFormatters.set('handler', new EnumFormatter(info.handlerMapping));
219 new SetFormatters(undefined, customFormatters).apply(tree);
/development/tools/winscope/src/parsers/operations/
Dset_formatters.ts44 private readonly customFormatters?: Map<string, PropertyFormatter>,
76 if (this.customFormatters?.get(node.name)) {
77 return this.customFormatters.get(node.name);