Home
last modified time | relevance | path

Searched defs:InputAt (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dinput.rs13 pub struct InputAt { struct
20 impl InputAt { argument
69 fn at(&self, i: usize) -> InputAt; in at()
83 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool; in is_empty_match()
89 at: InputAt, in prefix_at()
90 ) -> Option<InputAt>; in prefix_at()
105 fn at(&self, i: usize) -> InputAt { in at()
117 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { in is_empty_match()
124 at: InputAt, in prefix_at()
125 ) -> Option<InputAt> { in prefix_at()
[all …]
Dpikevm.rs121 mut at: InputAt, in exec_()
231 at: InputAt, in step()
232 at_next: InputAt, in step()
276 at: InputAt, in add()
297 at: InputAt, in add_step()
Dbacktrack.rs134 fn exec_(&mut self, mut at: InputAt, end: usize) -> bool { in exec_()
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h2143 HInstruction* InputAt(size_t i) const { return InputRecordAt(i).GetInstruction(); } in InputAt() function