Home
last modified time | relevance | path

Searched defs:ignore_whitespace (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/regex/src/
Dre_builder.rs13 pub ignore_whitespace: bool, field
/third_party/rust/crates/regex/regex-syntax/src/
Dparser.rs105 pub fn ignore_whitespace(&mut self, yes: bool) -> &mut ParserBuilder { in ignore_whitespace() method
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs115 ignore_whitespace: bool, field
211 pub fn ignore_whitespace(&mut self, yes: bool) -> &mut ParserBuilder { in ignore_whitespace() method
243 ignore_whitespace: Cell<bool>, field
444 fn ignore_whitespace(&self) -> bool { in ignore_whitespace() method
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs2892 fn ignore_whitespace() { in ignore_whitespace() function