Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dre_bytes.rs613 locs: &mut CaptureLocations, in captures_read()
627 locs: &mut CaptureLocations, in captures_read_at()
645 locs: &mut CaptureLocations, in read_captures_at()
672 pub fn capture_locations(&self) -> CaptureLocations { in capture_locations()
681 pub fn locations(&self) -> CaptureLocations { in locations()
860 pub struct CaptureLocations(re_trait::Locations); struct
870 impl CaptureLocations { impl
Dre_unicode.rs671 locs: &mut CaptureLocations, in captures_read()
685 locs: &mut CaptureLocations, in captures_read_at()
703 locs: &mut CaptureLocations, in read_captures_at()
730 pub fn capture_locations(&self) -> CaptureLocations { in capture_locations()
739 pub fn locations(&self) -> CaptureLocations { in locations()
870 pub struct CaptureLocations(re_trait::Locations); struct
880 impl CaptureLocations { implementation