Home
last modified time | relevance | path

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

/external/rust/crates/base64/src/engine/
Dnaive.rs106 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate { in internal_decoded_len_estimate() method
Dmod.rs70 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate; in internal_decoded_len_estimate() method
/external/rust/crates/base64/src/engine/general_purpose/
Dmod.rs164 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate { in internal_decoded_len_estimate() method