Home
last modified time | relevance | path

Searched refs:decode_to_buf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/read/
H A Ddecoder.rs130 fn decode_to_buf(&mut self, num_bytes: usize, buf: &mut [u8]) -> io::Result<usize> { in decode_to_buf() method
251 let decoded = self.decode_to_buf(to_decode, &mut decoded_chunk[..])?; in read()
278 self.decode_to_buf(actual_decode_len, buf) in read()
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/read/
Ddecoder.rs140 fn decode_to_buf(&mut self, b64_len_to_decode: usize, buf: &mut [u8]) -> io::Result<usize> { in decode_to_buf() method
304 let decoded = self.decode_to_buf(to_decode, &mut decoded_chunk[..])?; in read()
331 self.decode_to_buf(actual_decode_len, buf) in read()