Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dstart.rs208 pub(crate) struct StartByteMap { struct
212 impl StartByteMap { argument
216 pub(crate) fn new(lookm: &LookMatcher) -> StartByteMap { in new()
267 ) -> Result<(StartByteMap, usize), DeserializeError> { in from_bytes()
307 impl core::fmt::Debug for StartByteMap { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddense.rs1623 pub(crate) fn start_map(&self) -> &StartByteMap { in start_map()