Searched defs:CaptureLocations (Results 1 – 2 of 2) sorted by relevance
613 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); struct870 impl CaptureLocations { impl
671 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); struct880 impl CaptureLocations { implementation