Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dlib.rs766 pub use crate::input::{Char, CharInput, Input, InputAt};
H A Dinput.rs140 pub struct CharInput<'t>(&'t [u8]); structure names
142 impl<'t> CharInput<'t> { impls
144 pub fn new(s: &'t [u8]) -> CharInput<'t> { in new()
145 CharInput(s) in new()
149 impl<'t> ops::Deref for CharInput<'t> {
157 impl<'t> Input for CharInput<'t> {
H A Dexec.rs17 use crate::input::{ByteInput, CharInput};
1104 CharInput::new(text), in exec_pikevm()
1136 CharInput::new(text), in exec_backtrack()

Completed in 4 milliseconds