Home
last modified time | relevance | path

Searched refs:re_trait (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/regex/src/
Dre_unicode.rs15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
870 pub struct CaptureLocations(re_trait::Locations);
924 locs: re_trait::Locations,
1118 re_trait::CaptureMatches<'t, ExecNoSyncStr<'r>>,
1143 pub struct Matches<'r, 't>(re_trait::Matches<'t, ExecNoSyncStr<'r>>);
Dre_bytes.rs15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
695 pub struct Matches<'r, 't>(re_trait::Matches<'t, ExecNoSync<'r>>);
717 re_trait::CaptureMatches<'t, ExecNoSync<'r>>,
860 pub struct CaptureLocations(re_trait::Locations);
914 locs: re_trait::Locations,
Dlib.rs753 mod re_trait; module
Dre_set.rs13 use crate::re_trait::RegularExpression;
Dbacktrack.rs22 use crate::re_trait::Slot;
Dpikevm.rs23 use crate::re_trait::Slot;
Dexec.rs25 use crate::re_trait::{Locations, RegularExpression, Slot};