Searched defs:AvbPropertyDescriptor (Results 1 – 4 of 4) sorted by relevance
45 typedef struct AvbPropertyDescriptor { struct49 } AVB_ATTR_PACKED AvbPropertyDescriptor; argument
309 struct AvbPropertyDescriptor struct311 UInt64 key_num_bytes;312 UInt64 value_num_bytes;314 void Parse(const Byte *p) in Parse()
45 unsafe impl ValidateAndByteswap for AvbPropertyDescriptor { implementation
1254 class AvbPropertyDescriptor(AvbDescriptor): class