Lines Matching defs:Repr
897 pub(crate) struct Repr<T, S> { struct
924 premultiplied: bool,
929 anchored: bool,
931 start: S,
936 state_count: usize,
954 max_match: S,
978 impl<S: StateID> Repr<Vec<S>, S> { implementation
1011 impl<T: AsRef<[S]>, S: StateID> Repr<T, S> { implementation
1297 impl<'a, S: StateID> Repr<&'a [S], S> { implementation
1405 impl<S: StateID> Repr<Vec<S>, S> { implementation
1612 impl<T: AsRef<[S]>, S: StateID> fmt::Debug for Repr<T, S> { implementation