Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/nfa/
Dmod.rs56 pub fn never_match() -> NFA { in never_match() method
241 fn never_match() { in never_match() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dnfa.rs318 pub fn never_match() -> NFA { in never_match() method
2082 fn never_match() { in never_match() function
H A Dbacktrack.rs562 pub fn never_match() -> Result<BoundedBacktracker, BuildError> { in never_match() method
H A Dpikevm.rs513 pub fn never_match() -> Result<PikeVM, BuildError> { in never_match() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dsparse.rs221 pub fn never_match() -> Result<DFA<Vec<u8>>, BuildError> { in never_match() method
H A Donepass.rs1275 pub fn never_match() -> Result<DFA, BuildError> { in never_match() method
H A Ddense.rs1523 pub fn never_match() -> Result<OwnedDFA, BuildError> { in never_match() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Ddfa.rs219 pub fn never_match() -> Result<DFA, BuildError> { in never_match() method