Searched refs:approximate_size (Results 1 – 4 of 4) sorted by relevance
159 pub fn approximate_size(&self) -> usize { in approximate_size() method163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()164 Memmem(ref single) => single.approximate_size(), in approximate_size()350 fn approximate_size(&self) -> usize { in approximate_size() method395 fn approximate_size(&self) -> usize { in approximate_size() method
51 pub fn approximate_size(&self) -> usize { in approximate_size() method
147 pub fn approximate_size(&self) -> usize { in approximate_size() method157 + self.prefixes.approximate_size() in approximate_size()
1168 if self.approximate_size() > self.prog.dfa_size_limit in cached_state()1578 fn approximate_size(&self) -> usize { in approximate_size() method1579 self.cache.size + self.prog.approximate_size() in approximate_size()