Searched defs:decoded_len_estimate (Results 1 – 5 of 5) sorted by relevance
24 fn decoded_len_estimate(&self) -> usize { in decoded_len_estimate() method
179 fn decoded_len_estimate(&self) -> usize { in decoded_len_estimate() method
445 fn decoded_len_estimate(&self) -> usize; in decoded_len_estimate() method
149 pub fn decoded_len_estimate(encoded_len: usize) -> usize { in decoded_len_estimate() function
154 let decoded_len_estimate = num_chunks in decode_config_buf() localVariable