Home
last modified time | relevance | path

Searched refs:ExecNoSyncStr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
Dre_unicode.rs12 use crate::exec::{Exec, ExecNoSyncStr};
1118 re_trait::CaptureMatches<'t, ExecNoSyncStr<'r>>,
1143 pub struct Matches<'r, 't>(re_trait::Matches<'t, ExecNoSyncStr<'r>>);
Dexec.rs62 pub struct ExecNoSyncStr<'c>(ExecNoSync<'c>); struct
384 impl<'c> RegularExpression for ExecNoSyncStr<'c> { implementation
1254 impl<'c> ExecNoSyncStr<'c> { impl
1272 pub fn searcher_str(&self) -> ExecNoSyncStr<'_> { in searcher_str()
1273 ExecNoSyncStr(self.searcher()) in searcher_str()