Home
last modified time | relevance | path

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

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