Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A 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>>);
H A Dexec.rs60 /// `ExecNoSyncStr` is like `ExecNoSync`, but matches on &str instead of &[u8].
62 pub struct ExecNoSyncStr<'c>(ExecNoSync<'c>); structure names
384 impl<'c> RegularExpression for ExecNoSyncStr<'c> {
1254 impl<'c> ExecNoSyncStr<'c> { impls
1272 pub fn searcher_str(&self) -> ExecNoSyncStr<'_> { in searcher_str()
1273 ExecNoSyncStr(self.searcher()) in searcher_str()

Completed in 6 milliseconds