Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dre_builder.rs12 pub swap_greed: bool, field
/third_party/rust/crates/regex/regex-syntax/src/
Dparser.rs141 pub fn swap_greed(&mut self, yes: bool) -> &mut ParserBuilder { in swap_greed() method
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs84 pub fn swap_greed(&mut self, yes: bool) -> &mut TranslatorBuilder { in swap_greed() method
1011 swap_greed: Option<bool>, field
1077 fn swap_greed(&self) -> bool { in swap_greed() method