Searched defs:DecodeEstimate (Results 1 – 3 of 3) sorted by relevance
43 type DecodeEstimate: DecodeEstimate; typedef70 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate; in internal_decoded_len_estimate()101 decode_estimate: Self::DecodeEstimate, in internal_decode()384 pub trait DecodeEstimate { trait
44 type DecodeEstimate = NaiveEstimate; typedef106 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate { in internal_decoded_len_estimate()114 estimate: Self::DecodeEstimate, in internal_decode()
43 type DecodeEstimate = GeneralPurposeEstimate; typedef164 fn internal_decoded_len_estimate(&self, input_len: usize) -> Self::DecodeEstimate { in internal_decoded_len_estimate()172 estimate: Self::DecodeEstimate, in internal_decode()