Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dre_builder.rs11 pub dot_matches_new_line: bool, field
/third_party/rust/crates/regex/regex-syntax/src/
Dparser.rs132 pub fn dot_matches_new_line(&mut self, yes: bool) -> &mut ParserBuilder { in dot_matches_new_line() method
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs75 pub fn dot_matches_new_line( in dot_matches_new_line() method
1010 dot_matches_new_line: Option<bool>, field
1073 fn dot_matches_new_line(&self) -> bool { in dot_matches_new_line() method