Home
last modified time | relevance | path

Searched refs:b64_bytes_that_can_decode_into_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.rs262 let b64_bytes_that_can_decode_into_buf = (buf.len() / DECODED_CHUNK_SIZE) in read() localVariable
265 debug_assert!(b64_bytes_that_can_decode_into_buf >= BASE64_CHUNK_SIZE); in read()
275 b64_bytes_that_can_decode_into_buf, in read()
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/read/
Ddecoder.rs315 let b64_bytes_that_can_decode_into_buf = (buf.len() / DECODED_CHUNK_SIZE) in read() localVariable
318 debug_assert!(b64_bytes_that_can_decode_into_buf >= BASE64_CHUNK_SIZE); in read()
328 b64_bytes_that_can_decode_into_buf, in read()