Searched refs:StreamChunkIter (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/crates/aho-corasick/src/ |
| D | ahocorasick.rs | 846 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> { struct 1363 impl<'a, R: io::Read, S: StateID> StreamChunkIter<'a, R, S> { implementation 1364 fn new(ac: &'a AhoCorasick<S>, rdr: R) -> StreamChunkIter<'a, R, S> { in new() 1377 StreamChunkIter { in new()
|