Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dlib.rs753 mod re_trait; modules
H A 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,
H A 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>>);
H A Dre_set.rs13 use crate::re_trait::RegularExpression;
H A Dbacktrack.rs22 use crate::re_trait::Slot;
H A Dpikevm.rs23 use crate::re_trait::Slot;
H A Dexec.rs25 use crate::re_trait::{Locations, RegularExpression, Slot};

Completed in 14 milliseconds