Home
last modified time | relevance | path

Searched refs:is_negated (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/regex-syntax/src/hir/
Dmod.rs339 info.set_match_empty(word_boundary.is_negated()); in word_boundary()
1319 pub fn is_negated(&self) -> bool { in is_negated() method
/external/rust/crates/regex-syntax/src/ast/
Dmod.rs850 pub fn is_negated(&self) -> bool { in is_negated() method