Home
last modified time | relevance | path

Searched defs:thompson (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/
H A Dmod.rs55 pub mod thompson; module
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/tests/nfa/
H A Dmod.rs1 mod thompson; module
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dbacktrack.rs259 thompson: thompson::Compiler, field
340 pub fn thompson(&mut self, config: thompson::Config) -> &mut Builder { in thompson() method
H A Dpikevm.rs242 thompson: thompson::Compiler, field
316 pub fn thompson(&mut self, config: thompson::Config) -> &mut Builder { in thompson() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dregex.rs847 pub fn thompson( in thompson() method
H A Donepass.rs338 thompson: thompson::Compiler, field
448 pub fn thompson(&mut self, config: thompson::Config) -> &mut Builder { in thompson() method
H A Ddense.rs1136 thompson: thompson::Compiler, field
1313 pub fn thompson(&mut self, config: thompson::Config) -> &mut Builder { in thompson() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Dregex.rs875 pub fn thompson(&mut self, config: thompson::Config) -> &mut Builder { in thompson() method
H A Ddfa.rs3977 thompson: thompson::Compiler, field
4149 pub fn thompson(&mut self, config: thompson::Config) -> &mut Builder { in thompson() method