/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | onig.rs | 12 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
|
H A D | tcl.rs | 87 pub fn is_match(&self, text: &Text) -> bool { in is_match() functions
|
H A D | pcre1.rs | 73 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
|
H A D | re2.rs | 30 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
|
H A D | pcre2.rs | 69 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | regex.rs | 20 pub fn is_match(&self, s: &str) -> bool { in is_match() functions
|
H A D | string.rs | 15 pub fn is_match(&self, s: &str) -> bool { in is_match() functions
|
/third_party/rust/crates/regex/src/ |
H A D | prog.rs | 300 pub fn is_match(&self) -> bool { in is_match() functions
|
H A D | re_set.rs | 168 pub fn is_match(&self, text: $text_ty) -> bool { in is_match() functions
|
H A D | re_bytes.rs | 142 pub fn is_match(&self, text: &[u8]) -> bool { in is_match() functions
|
H A D | re_unicode.rs | 197 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
|
H A D | dfa.rs | 217 pub fn is_match(&self) -> bool { in is_match() functions 1694 fn is_match(&self) -> bool { is_match() functions [all...] |
/third_party/rust/crates/aho-corasick/src/ |
H A D | ahocorasick.rs | 183 pub fn is_match<B: AsRef<[u8]>>(&self, haystack: B) -> bool { in is_match() functions
|
H A D | nfa.rs | 312 fn is_match(&self) -> bool { in is_match() functions
|
/kernel/linux/linux-5.10/lib/xz/ |
H A D | xz_dec_lzma2.c | 159 uint16_t is_match[STATES][POS_STATES_MAX]; member
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | inode.c | 35 bool is_match = false; in ntfs_read_mft() local
|
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_lzma2.c | 159 uint16_t is_match[STATES][POS_STATES_MAX]; member
|
/third_party/node/src/ |
H A D | node_sockaddr.cc | 321 bool SocketAddress::is_match(const SocketAddress& other) const { in is_match() function in node::SocketAddress
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 1385 bool is_match = true; in MaybeGetCompositeConstant() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 1385 bool is_match = true; in MaybeGetCompositeConstant() local
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 1391 bool is_match = true; in MaybeGetCompositeConstant() local
|
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 1315 uint16_t is_match[STATES][POS_STATES_MAX]; member
|
/third_party/python/Objects/ |
H A D | exceptions.c | 1079 int is_match = exceptiongroup_split_check_match( in exceptiongroup_split_recursive() local
|