Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 3 of 3) sorted by relevance

/xiu/library/bytesio/src/
H A Dbits_writer.rs149 let byte = bit_writer.get_current_bytes(); in test_write_bit() localVariable
171 let byte = bit_writer.get_current_bytes(); in test_write_n_bits() localVariable
195 let byte = bit_writer.get_current_bytes(); in test_bits_aligment_8() localVariable
H A Dbits_reader.rs41 let byte = self.reader.read_u8()?; in read_byte() localVariable
/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs281 let byte = self.reader.read_u8()?; in read_basic_header() localVariable