Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DBlobCache_unittest.cpp20 using Key = BlobCache::Key; typedef
/device/generic/vulkan-cereal/stream-servers/testlibs/
DEvent.h80 KeyEvent Key; // Key event parameters member
Dkeyboard.h10 enum Key enum
/device/generic/vulkan-cereal/third-party/angle/util/
DEvent.h80 KeyEvent Key; // Key event parameters member
Dkeyboard.h10 enum Key enum
/device/generic/vulkan-cereal/third-party/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp117 PVOID Key; // internal member
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc33621 struct Key { struct
33622 Key(ProducerID p, WriterID w, ChunkID c) in Key() function
33625 explicit Key(const ChunkRecord& cr) in Key() function
33631 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;
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp44765 struct Key { struct
44766 Key(ProducerID p, WriterID w, ChunkID c) in Key() argument
44769 explicit Key(const ChunkRecord& cr) in Key() function
44775 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;