Lines Matching refs:count
93 pub count: u8, field
110 if self.count > 31 { in marshal_to()
126 | (self.count << COUNT_SHIFT); in marshal_to()
161 let count = (b0 >> COUNT_SHIFT) & COUNT_MASK; in unmarshal() localVariable
167 count, in unmarshal()
190 count: 1, in test_header_unmarshal()
204 count: 1, in test_header_unmarshal()
218 count: 0, in test_header_unmarshal()
259 count: 31, in test_header_roundtrip()
269 count: 28, in test_header_roundtrip()
279 count: 40, in test_header_roundtrip()