Searched defs:ByteClassSet (Results 1 – 6 of 6) sorted by relevance
207 pub(crate) struct ByteClassSet(ByteSet); struct209 impl Default for ByteClassSet { implementation215 impl ByteClassSet { impl
182 pub struct ByteClassSet(Vec<bool>); struct185 impl ByteClassSet { impl
685 pub(crate) struct ByteClassSet(ByteSet); struct688 impl Default for ByteClassSet { implementation695 impl ByteClassSet { impl
840 set: &mut crate::util::alphabet::ByteClassSet, in add_to_byteset()
1152 struct ByteClassSet([bool; 256]); struct1154 impl ByteClassSet { implementation1205 impl fmt::Debug for ByteClassSet { implementation
563 pub(crate) fn byte_class_set(&self) -> &ByteClassSet { in byte_class_set()