Searched refs:approximate_size (Results 1 – 4 of 4) sorted by relevance
167 pub fn approximate_size(&self) -> usize { in approximate_size() method171 Bytes(ref sset) => sset.approximate_size(), in approximate_size()172 FreqyPacked(ref single) => single.approximate_size(), in approximate_size()173 BoyerMoore(ref single) => single.approximate_size(), in approximate_size()364 fn approximate_size(&self) -> usize { in approximate_size() method498 fn approximate_size(&self) -> usize { in approximate_size() method867 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()1580 fn approximate_size(&self) -> usize { in approximate_size() method1581 self.cache.size + self.prog.approximate_size() in approximate_size()