Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/
Dlib.rs85 fn write_padded<W: io::Write>(self, writer: &mut W, bits: u16, byte_width: u16) -> Result<()>; in write_padded() method
185 fn write_padded<W: io::Write>(self, writer: &mut W, bits: u16, byte_width: u16) -> Result<()> { in write_padded() method
219 fn write_padded<W: io::Write>(self, writer: &mut W, bits: u16, byte_width: u16) -> Result<()> { in write_padded() method
256 fn write_padded<W: io::Write>(self, writer: &mut W, bits: u16, byte_width: u16) -> Result<()> { in write_padded() method
296 fn write_padded<W: io::Write>(self, writer: &mut W, bits: u16, byte_width: u16) -> Result<()> { in write_padded() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dpretty.rs421 fn write_padded(&mut self, value: &impl fmt::Debug) { in write_padded() method