Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dext_vec.rs319 fn push_byte(&mut self, byte: u8) { in push_byte() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dtranslate.rs720 fn push_byte(&self, byte: u8) { in push_byte() method