Lines Matching refs:ByteClassSet
40 byte_classes: ByteClassSet,
67 byte_classes: ByteClassSet::new(),
1152 struct ByteClassSet([bool; 256]);
1154 impl ByteClassSet {
1156 ByteClassSet([false; 256])
1205 impl fmt::Debug for ByteClassSet {
1207 f.debug_tuple("ByteClassSet").field(&&self.0[..]).finish()
1223 use super::ByteClassSet;
1227 let mut set = ByteClassSet::new();
1241 let mut set = ByteClassSet::new();
1258 let mut set = ByteClassSet::new();