Home
last modified time | relevance | path

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

/external/rust/crates/flate2/src/
Dmem.rs119 pub(crate) needs_dictionary: Option<u32>, field
132 pub fn needs_dictionary(&self) -> Option<u32> { in needs_dictionary() method