Lines Matching refs:typ
58 pub typ: MessageType, field
71 self.typ, in fmt()
83 if self.typ != other.typ { in eq()
195 typ: t, // T in add()
246 self.add(a.typ, &a.value); in write_attributes()
254 self.raw[..2].copy_from_slice(&self.typ.value().to_be_bytes()); // message type in write_type()
259 self.typ = t; in set_type()
298 self.typ.read_value(t); in decode()
319 typ: compat_attr_type(u16::from_be_bytes([b[0], b[1]])), // first 2 bytes in decode()
334 a.typ in decode()
387 if a.typ == t { in contains()