Searched defs:PatchKey (Results 1 – 1 of 1) sorted by relevance
62 struct PatchKey { struct in perfetto::__anonc7d0dc920111::TraceWriterImplTest63 uint32_t writer_id;64 uint32_t chunk_id;65 bool operator<(const PatchKey& other) const { in operator <()