Home
last modified time | relevance | path

Searched refs:matched_any (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dre_set.rs223 matched_any: any, in matches()
295 matched_any: bool,
301 pub fn matched_any(&self) -> bool { in matched_any() functions
302 self.matched_any in matched_any()
/third_party/rust/crates/regex/tests/
H A Dmacros.rs119 assert!(matches.matched_any());
134 assert!(!matches.matched_any());
/third_party/rust/crates/bindgen/bindgen/
H A Dregex_set.rs94 if !matches.matched_any() { in matches()
/third_party/rust/crates/regex/bench/src/
H A Dbench.rs279 if re.matches(&text).matched_any() != $is_match {

Completed in 3 milliseconds