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/
H A Dregexp-ast.h322 bool is_negated() const { return (character_class_flags_ & NEGATED) != 0; } in is_negated() function in v8::internal::final
H A Dregexp-parser.cc1969 bool is_negated = false; in ParseCharacterClass() local
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs850 pub fn is_negated(&self) -> bool { in is_negated() functions
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs1323 pub fn is_negated(&self) -> bool { in is_negated() functions

Completed in 10 milliseconds