Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/
H A Dalphabet.rs207 pub(crate) struct ByteClassSet(ByteSet); struct
209 impl Default for ByteClassSet { implementation
215 impl ByteClassSet { impl
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dclasses.rs182 pub struct ByteClassSet(Vec<bool>); struct
185 impl ByteClassSet { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dalphabet.rs685 pub(crate) struct ByteClassSet(ByteSet); struct
688 impl Default for ByteClassSet { implementation
695 impl ByteClassSet { impl
H A Dlook.rs840 set: &mut crate::util::alphabet::ByteClassSet, in add_to_byteset()
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dcompile.rs1152 struct ByteClassSet([bool; 256]); struct
1154 impl ByteClassSet { implementation
1205 impl fmt::Debug for ByteClassSet { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dnfa.rs563 pub(crate) fn byte_class_set(&self) -> &ByteClassSet { in byte_class_set()