Home
last modified time | relevance | path

Searched defs:is_match (Results 1 - 23 of 23) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
H A Donig.rs12 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
H A Dtcl.rs87 pub fn is_match(&self, text: &Text) -> bool { in is_match() functions
H A Dpcre1.rs73 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
H A Dre2.rs30 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
H A Dpcre2.rs69 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
/third_party/rust/crates/env_logger/src/filter/
H A Dregex.rs20 pub fn is_match(&self, s: &str) -> bool { in is_match() functions
H A Dstring.rs15 pub fn is_match(&self, s: &str) -> bool { in is_match() functions
/third_party/rust/crates/regex/src/
H A Dprog.rs300 pub fn is_match(&self) -> bool { in is_match() functions
H A Dre_set.rs168 pub fn is_match(&self, text: $text_ty) -> bool { in is_match() functions
H A Dre_bytes.rs142 pub fn is_match(&self, text: &[u8]) -> bool { in is_match() functions
H A Dre_unicode.rs197 pub fn is_match(&self, text: &str) -> bool { in is_match() functions
H A Ddfa.rs217 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 Dahocorasick.rs183 pub fn is_match<B: AsRef<[u8]>>(&self, haystack: B) -> bool { in is_match() functions
H A Dnfa.rs312 fn is_match(&self) -> bool { in is_match() functions
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_dec_lzma2.c159 uint16_t is_match[STATES][POS_STATES_MAX]; member
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dinode.c35 bool is_match = false; in ntfs_read_mft() local
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_lzma2.c159 uint16_t is_match[STATES][POS_STATES_MAX]; member
/third_party/node/src/
H A Dnode_sockaddr.cc321 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 Dfuzzer_util.cpp1385 bool is_match = true; in MaybeGetCompositeConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp1385 bool is_match = true; in MaybeGetCompositeConstant() local
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp1391 bool is_match = true; in MaybeGetCompositeConstant() local
/third_party/toybox/toys/pending/
H A Dxzcat.c1315 uint16_t is_match[STATES][POS_STATES_MAX]; member
/third_party/python/Objects/
H A Dexceptions.c1079 int is_match = exceptiongroup_split_check_match( in exceptiongroup_split_recursive() local

Completed in 37 milliseconds