Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dexec.rs37 ro: Arc<ExecReadOnly>,
55 ro: &'c Arc<ExecReadOnly>,
64 /// `ExecReadOnly` comprises all read only state for a regex. Namely, all such
67 struct ExecReadOnly { structure names
303 let ro = Arc::new(ExecReadOnly { in build()
313 let pool = ExecReadOnly::new_pool(&ro); in build()
341 let mut ro = ExecReadOnly { in build()
354 let pool = ExecReadOnly::new_pool(&ro); in build()
1230 fn imp(_: &ExecReadOnly, _: &[u8]) -> bool { in is_anchor_end_match()
1235 fn imp(ro: &ExecReadOnly, tex in is_anchor_end_match()
1323 impl ExecReadOnly { global() impls
[all...]

Completed in 2 milliseconds