Lines Matching full:bounds
12 /// Error raised when a projection is attempted on an array or slice out of bounds.
42 /// Returns an index-projected pointer, if in bounds.
45 /// Returns an index-projected pointer; panic if out of bounds.
48 /// Returns an index-projected pointer; fail the build if it cannot be proved to be in bounds.
99 // Leverage Rust built-in operators for bounds checking.
127 // Leverage Rust built-in operators for bounds checking.
133 // SAFETY: Bounds checked.
202 /// requires pointers to be in bounds of a valid allocation.
206 /// `f` must return a pointer in bounds of the provided pointer.
224 // SAFETY: `field` is in bounds from `base` per safety requirement.
260 /// index out-of-bounds errors.
263 /// in bounds.
264 /// - `panic` will cause a Rust [`panic!`] if the index goes out of bounds.
322 // SAFETY: The provided closure always returns an in-bounds pointer.
330 // SAFETY: `$field` is in bounds, and no implicit `Deref` is possible (if the