Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/unit/
Dparser_builder.ts31 private customQueryResult = new Map<CustomQueryType, {}>();
59 this.customQueryResult.set(type, result);
93 this.customQueryResult,
/development/tools/winscope/src/trace/
Dparser_mock.ts29 private readonly customQueryResult: Map<CustomQueryType, object>, property in ParserMock
74 let result = this.customQueryResult.get(type);