Home
last modified time | relevance | path

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

/external/rust/crates/lz4_flex/src/block/
Dcompress.rs525 fn push_byte(output: &mut impl Sink, el: u8) { in push_byte() function
531 fn push_byte(output: &mut impl Sink, el: u8) { in push_byte() function
/external/rust/crates/bstr/src/
Dext_vec.rs319 fn push_byte(&mut self, byte: u8) { in push_byte() method