Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dinput.rs226 pub struct ByteInput<'t> { structure names
231 impl<'t> ByteInput<'t> { impls
233 pub fn new(text: &'t [u8], only_utf8: bool) -> ByteInput<'t> { in new()
234 ByteInput { text, only_utf8 } in new()
238 impl<'t> ops::Deref for ByteInput<'t> {
246 impl<'t> Input for ByteInput<'t> {
H A Dexec.rs17 use crate::input::{ByteInput, CharInput};
1093 ByteInput::new(text, self.ro.nfa.only_utf8), in exec_pikevm()
1126 ByteInput::new(text, self.ro.nfa.only_utf8), in exec_backtrack()

Completed in 3 milliseconds