Home
last modified time | relevance | path

Searched defs:get_match (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Ddfa.rs183 fn get_match( in get_match() method
242 fn get_match( in get_match() method
303 fn get_match( in get_match() method
370 fn get_match( in get_match() method
450 fn get_match( in get_match() method
Dautomaton.rs138 fn get_match( in get_match() method
Dnfa.rs244 fn get_match( in get_match() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
H A Dautomaton.rs824 pub fn get_match(&self) -> Option<Match> { in get_match() method
1241 fn get_match(&self) -> Match { in get_match() method
1540 fn get_match<A: Automaton + ?Sized>( in get_match() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dautomaton.rs2069 pub fn get_match(&self) -> Option<HalfMatch> { in get_match() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dcaptures.rs398 pub fn get_match(&self) -> Option<Match> { in get_match() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Ddfa.rs4231 pub fn get_match(&self) -> Option<HalfMatch> { in get_match() method
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dtriton.py1469 def get_match(expr: sympy.Expr) -> sympy.Expr: function