Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/operations/
Dset_formatters.ts33 SIZE_FORMATTER,
85 if (RawDataUtils.isSize(node)) return SIZE_FORMATTER;
/development/tools/winscope/src/trace/tree_node/
Dformatters_test.ts33 SIZE_FORMATTER,
255 expect(SIZE_FORMATTER.format(TreeNodeUtils.makeSizeNode(1, 2))).toEqual(
Dformatters.ts161 const SIZE_FORMATTER = new SizeFormatter(); constant
234 SIZE_FORMATTER,