Home
last modified time | relevance | path

Searched defs:ExecNoSync (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex/src/
Dexec.rs53 pub struct ExecNoSync<'c> { struct
60 /// `ExecNoSyncStr` is like `ExecNoSync`, but matches on &str instead of &[u8]. argument
424 impl<'c> RegularExpression for ExecNoSync<'c> { implementation
691 impl<'c> ExecNoSync<'c> { impl
1266 pub fn searcher(&self) -> ExecNoSync { in searcher()