Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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 { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/
H A Dstring.rs1196 locs: &mut CaptureLocations, in captures_read()
1236 locs: &mut CaptureLocations, in captures_read_at()
1254 locs: &mut CaptureLocations, in read_captures_at()
1422 pub fn capture_locations(&self) -> CaptureLocations { in capture_locations()
1432 pub fn locations(&self) -> CaptureLocations { in locations()
2072 pub struct CaptureLocations(captures::Captures); struct
2082 impl CaptureLocations { implementation
H A Dbytes.rs1200 locs: &mut CaptureLocations, in captures_read()
1237 locs: &mut CaptureLocations, in captures_read_at()
1255 locs: &mut CaptureLocations, in read_captures_at()
1419 pub fn capture_locations(&self) -> CaptureLocations { in capture_locations()
1429 pub fn locations(&self) -> CaptureLocations { in locations()
2069 pub struct CaptureLocations(captures::Captures); struct
2079 impl CaptureLocations { impl