Searched refs:InstEmptyLook (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/regex/src/ |
D | input.rs | 8 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()
|
D | prog.rs | 285 EmptyLook(InstEmptyLook), 331 pub struct InstEmptyLook { struct
|
D | compile.rs | 12 EmptyLook, Inst, InstBytes, InstChar, InstEmptyLook, InstPtr, InstRanges, 964 Inst::EmptyLook(InstEmptyLook { goto, look }) in fill()
|