Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/data-encoding/src/
Dlib.rs338 pub struct DecodePartial { struct
342 pub read: usize,
347 pub written: usize,
350 pub error: DecodeError,
605 ) -> Result<usize, DecodePartial> { argument
625 ) -> Result<usize, DecodePartial> { argument
747 ) -> Result<usize, DecodePartial> { argument
1452 pub fn decode_mut(&self, input: &[u8], output: &mut [u8]) -> Result<usize, DecodePartial> { in decode_mut() argument