Searched defs:PatchKey (Results 1 – 1 of 1) sorted by relevance
61 struct PatchKey { struct in perfetto::__anon372643340111::TraceWriterImplTest62 uint32_t writer_id;63 uint32_t chunk_id;64 bool operator<(const PatchKey& other) const { in operator <()