Searched refs:SingleByteSet (Results 1 – 1 of 1) sorted by relevance
28 Bytes(SingleByteSet),182 let sset = SingleByteSet::prefixes(lits); in prefixes()187 let sset = SingleByteSet::suffixes(lits); in suffixes()191 fn new(lits: &Literals, sset: SingleByteSet) -> Self { in new()291 struct SingleByteSet { struct298 impl SingleByteSet { impl299 fn new() -> SingleByteSet { in new()300 SingleByteSet { in new()308 fn prefixes(lits: &Literals) -> SingleByteSet { in prefixes() argument309 let mut sset = SingleByteSet::new(); in prefixes()[all …]