Searched defs:PacketKey (Results 1 – 2 of 2) sorted by relevance
16 class PacketKey final class19 PacketKey(uint32_t familyId, uint32_t packetId) : m_FamilyId(familyId), m_PacketId(packetId) {} in PacketKey() function in arm::pipe::PacketKey
395 pub struct PacketKey { struct401 impl PacketKey { argument