Lines Matching refs:Captures
311 pub fn captures<'t>(&self, text: &'t str) -> Option<Captures<'t>> { in captures()
313 self.captures_read_at(&mut locs, text, 0).map(move |_| Captures { in captures()
922 pub struct Captures<'t> { struct
928 impl<'t> Captures<'t> { argument
1002 impl<'t> fmt::Debug for Captures<'t> { implementation
1008 struct CapturesDebug<'c, 't>(&'c Captures<'t>);
1040 impl<'t> Index<usize> for Captures<'t> { implementation
1062 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
1083 caps: &'c Captures<'t>,
1122 type Item = Captures<'t>;
1124 fn next(&mut self) -> Option<Captures<'t>> { in next()
1125 self.0.next().map(|locs| Captures { in next()
1170 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String); in replace_append()
1216 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String) { in replace_append()
1225 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String) { in replace_append()
1235 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String) { in replace_append()
1245 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String) { in replace_append()
1255 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String) { in replace_append()
1265 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String) { in replace_append()
1284 F: FnMut(&Captures<'_>) -> T,
1287 fn replace_append(&mut self, caps: &Captures<'_>, dst: &mut String) { in replace_append()
1304 fn replace_append(&mut self, _: &Captures<'_>, dst: &mut String) { in replace_append()