Searched defs:ByteClasses (Results 1 – 2 of 2) sorted by relevance
9 pub struct ByteClasses([u8; 256]); struct11 impl ByteClasses { implementation87 impl fmt::Debug for ByteClasses { implementation176 pub fn build(&self) -> ByteClasses { in build()
96 pub fn byte_classes(&self) -> &ByteClasses { in byte_classes()138 byte_classes: &ByteClasses, in iter_all_transitions()444 fn iter_all<F: FnMut(u8, S)>(&self, classes: &ByteClasses, mut f: F) { in iter_all()