Home
last modified time | relevance | path

Searched refs:approximate_size (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/regex/src/literal/
Dimp.rs167 pub fn approximate_size(&self) -> usize { in approximate_size() method
171 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() method
498 fn approximate_size(&self) -> usize { in approximate_size() method
867 fn approximate_size(&self) -> usize { in approximate_size() method
Dmod.rs51 pub fn approximate_size(&self) -> usize { in approximate_size() method
/external/rust/crates/regex/src/
Dprog.rs147 pub fn approximate_size(&self) -> usize { in approximate_size() method
157 + self.prefixes.approximate_size() in approximate_size()
Ddfa.rs1168 if self.approximate_size() > self.prog.dfa_size_limit in cached_state()
1580 fn approximate_size(&self) -> usize { in approximate_size() method
1581 self.cache.size + self.prog.approximate_size() in approximate_size()