Home
last modified time | relevance | path

Searched defs:is_anchored_start (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
Dprog.rs52 pub is_anchored_start: bool, field
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dmod.rs612 pub fn is_anchored_start(&self) -> bool { in is_anchored_start() method