Lines Matching defs:Captures
912 pub struct Captures<'t> { struct
918 impl<'t> Captures<'t> { argument
992 impl<'t> fmt::Debug for Captures<'t> { implementation
1045 impl<'t> Index<usize> for Captures<'t> { implementation
1067 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
1119 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>); in replace_append()
1165 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1174 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1184 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1194 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1204 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1214 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1236 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1253 fn replace_append(&mut self, _: &Captures, dst: &mut Vec<u8>) { in replace_append()