Searched defs:Key (Results 1 – 8 of 8) sorted by relevance
20 using Key = BlobCache::Key; typedef
80 KeyEvent Key; // Key event parameters member
10 enum Key enum
117 PVOID Key; // internal member
33621 struct Key { struct33622 Key(ProducerID p, WriterID w, ChunkID c) in Key() function33625 explicit Key(const ChunkRecord& cr) in Key() function33631 bool operator<(const Key& other) const { in operator <()33636 bool operator==(const Key& other) const { in operator ==()33641 bool operator!=(const Key& other) const { return !(*this == other); } in operator !=()33646 ProducerID producer_id;33647 WriterID writer_id;33648 ChunkID chunk_id;
44765 struct Key { struct44766 Key(ProducerID p, WriterID w, ChunkID c) in Key() argument44769 explicit Key(const ChunkRecord& cr) in Key() function44775 bool operator<(const Key& other) const { in operator <()44780 bool operator==(const Key& other) const { in operator ==()44785 bool operator!=(const Key& other) const { return !(*this == other); } in operator !=()44790 ProducerID producer_id;44791 WriterID writer_id;44792 ChunkID chunk_id;