Home
last modified time | relevance | path

Searched refs:StreamChunkIter (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Dahocorasick.rs846 let mut it = StreamChunkIter::new(self, rdr); in stream_replace_all_with()
1287 it: StreamChunkIter<'a, R, S>,
1292 StreamFindIter { it: StreamChunkIter::new(ac, rdr) } in new()
1321 struct StreamChunkIter<'a, R, S: StateID> { structure names
1363 impl<'a, R: io::Read, S: StateID> StreamChunkIter<'a, R, S> { impls
1364 fn new(ac: &'a AhoCorasick<S>, rdr: R) -> StreamChunkIter<'a, R, S> { in new()
1377 StreamChunkIter { in new()

Completed in 3 milliseconds