Searched defs:Key (Results 1 – 1 of 1) sorted by relevance
46802 struct Key { struct46803 Key(ProducerID p, WriterID w, ChunkID c) in Key() argument46806 explicit Key(const ChunkRecord& cr) in Key() argument46812 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;