Home
last modified time | relevance | path

Searched refs:InstEmptyLook (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/regex/src/
Dinput.rs8 use crate::prog::InstEmptyLook;
83 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool; in is_empty_match()
117 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { in is_empty_match()
175 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { in is_empty_match()
268 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { in is_empty_match()
Dprog.rs285 EmptyLook(InstEmptyLook),
331 pub struct InstEmptyLook { struct
Dcompile.rs12 EmptyLook, Inst, InstBytes, InstChar, InstEmptyLook, InstPtr, InstRanges,
964 Inst::EmptyLook(InstEmptyLook { goto, look }) in fill()