Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/literal/
Dimp.rs159 pub fn approximate_size(&self) -> usize { in approximate_size() method
163 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() method
395 fn approximate_size(&self) -> usize { in approximate_size() method
Dmod.rs51 pub fn approximate_size(&self) -> usize { in approximate_size() method
/third_party/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()
1578 fn approximate_size(&self) -> usize { in approximate_size() method
1579 self.cache.size + self.prog.approximate_size() in approximate_size()