Searched defs:DecodeEstimate (Results 1 – 4 of 4) sorted by relevance
43 type DecodeEstimate: DecodeEstimate; typedef66 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate; in internal_decoded_len_estimate()91 decode_estimate: Self::DecodeEstimate, in internal_decode()439 pub trait DecodeEstimate { interface
43 type DecodeEstimate = NaiveEstimate; typedef105 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate { in internal_decoded_len_estimate()113 estimate: Self::DecodeEstimate, in internal_decode()
1463 type DecodeEstimate = E::DecodeEstimate; typedef1469 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate { in internal_decoded_len_estimate()1477 decode_estimate: Self::DecodeEstimate, in internal_decode()
46 type DecodeEstimate = GeneralPurposeEstimate; typedef167 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate { in internal_decoded_len_estimate()175 estimate: Self::DecodeEstimate, in internal_decode()