Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dwrappers.rs833 pub(crate) fn get(&self, _input: &Input<'_>) -> Option<&DFAEngine> { in get()
848 pub(crate) struct DFAEngine( struct
853 impl DFAEngine { implementation
859 ) -> Option<DFAEngine> { in new()