Home
last modified time | relevance | path

Searched defs:next_unchecked (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
H A Ddfa.rs1686 unsafe fn next_unchecked(&self, si: StatePtr, cls: usize) -> StatePtr { in next_unchecked() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs31566 unsafe fn next_unchecked(&mut self) -> (&'a K, &'a V) { in next_unchecked() functions
31692 unsafe fn next_unchecked(&mut self) -> (&'a K, &'a mut V) { in next_unchecked() functions
34063 pub unsafe fn next_unchecked( functions
34091 pub unsafe fn next_unchecked(&mut self) -> (&'a K, &'a mut V) { next_unchecked() functions
[all...]

Completed in 46 milliseconds