Home
last modified time | relevance | path

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

/external/rust/crates/memchr/src/memmem/
Dtwoway.rs648 struct ApproximateByteSet(u64); struct
650 impl ApproximateByteSet { implementation
652 fn new(needle: &[u8]) -> ApproximateByteSet { in new()