Home
last modified time | relevance | path

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

/external/armnn/profiling/common/include/
DPacketVersionResolver.hpp16 class PacketKey final class
19 PacketKey(uint32_t familyId, uint32_t packetId) : m_FamilyId(familyId), m_PacketId(packetId) {} in PacketKey() function in arm::pipe::PacketKey
/external/rust/crates/quiche/src/
Dcrypto.rs395 pub struct PacketKey { struct
401 impl PacketKey { argument