Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs1321 struct StreamChunkIter<'a, R, S: StateID> { struct
1323 fsm: &'a Imp<S>,
1326 prestate: PrefilterState,
1328 rdr: R,
1332 buf: Buffer,
1334 state_id: S,
1336 search_pos: usize,
1339 absolute_pos: usize,
1363 impl<'a, R: io::Read, S: StateID> StreamChunkIter<'a, R, S> { implementation