Lines Matching full:methods
94 /// The caller promises not to call methods on the returned
95 /// [`ByteSlice`] other than `ByteSlice` methods (for example, via
101 // INVARIANTS: The caller promises not to call methods other than in as_byte_slice()
103 // guarantees that calling `ByteSlice` methods will not change the in as_byte_slice()
117 /// The caller promises not to call methods on the returned
118 /// [`ByteSliceMut`] other than `ByteSliceMut` methods (for example, via
124 // INVARIANTS: The caller promises not to call methods other than in as_byte_slice_mut()
126 // stability guarantees that calling `ByteSlice` methods will not in as_byte_slice_mut()
140 /// The caller promises not to call methods on the returned
141 /// [`IntoByteSlice`] other than `IntoByteSlice` methods (for example,
147 // INVARIANTS: The caller promises not to call methods other than in into_byte_slice()
149 // stability guarantees that calling `ByteSlice` methods will not in into_byte_slice()
163 /// The caller promises not to call methods on the returned
164 /// [`IntoByteSliceMut`] other than `IntoByteSliceMut` methods (for
170 // INVARIANTS: The caller promises not to call methods other than in into_byte_slice_mut()
172 // stability guarantees that calling `ByteSlice` methods will not in into_byte_slice_mut()
377 // cannot have a larger size than `source`. Both of their `len` methods in from_prefix()
627 // SAFETY: We don't call any methods on `b` other than those provided by in into_ref()
675 // SAFETY: We don't call any methods on `b` other than those provided by in into_mut()
724 // SAFETY: We don't call any methods on `b` other than those provided by in bytes()
742 // SAFETY: We don't call any methods on `b` other than those provided by in bytes_mut()
761 // SAFETY: We don't call any methods on `b` other than those provided by in read()
785 // SAFETY: We don't call any methods on `b` other than those provided by in write()
809 // SAFETY: We don't call any methods on `b` other than those provided by in deref()
851 // SAFETY: We don't call any methods on `b` other than those provided by in deref_mut()