Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h322 bool is_negated() const { return (character_class_flags_ & NEGATED) != 0; } in is_negated() function
Dregexp-parser.cc1969 bool is_negated = false; in ParseCharacterClass() local
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs850 pub fn is_negated(&self) -> bool { in is_negated() method
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dmod.rs1323 pub fn is_negated(&self) -> bool { in is_negated() method