Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 1 of 1) sorted by relevance

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc46802 struct Key { struct
46803 Key(ProducerID p, WriterID w, ChunkID c) in Key() argument
46806 explicit Key(const ChunkRecord& cr) in Key() argument
46812 bool operator<(const Key& other) const { in operator <()
46817 bool operator==(const Key& other) const { in operator ==()
46822 bool operator!=(const Key& other) const { return !(*this == other); } in operator !=()
46827 ProducerID producer_id;
46828 WriterID writer_id;
46829 ChunkID chunk_id;