Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dregistry_unittest.ts18 interface Registrant { interface
24 const registry = new Registry<Registrant>();
26 const a: Registrant = {kind: 'a', n: 1};
27 const b: Registrant = {kind: 'b', n: 2};
36 const registry = new Registry<Registrant>();
38 const a1: Registrant = {kind: 'a', n: 1};
39 const a2: Registrant = {kind: 'a', n: 2};
46 const registry = new Registry<Registrant>();