Searched defs:buf (Results 1 – 4 of 4) sorted by relevance
571 let mut buf = Vec::with_capacity(capacity); in repeat() localVariable1111 let mut buf = Vec::with_capacity(len / 2); in merge_sort() localVariable
1276 let buf: Box<[u8]> = self.as_bytes().into(); in clone() localVariable1437 let buf = RawVec::with_capacity(len); in from() localVariable
36 pub(super) buf: NonNull<T>, field
403 buf: RawVec<T, A>, field1007 let buf = ptr::read(&me.buf); in into_boxed_slice() localVariable