Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dslice.rs414 pub fn to_vec(&self) -> Vec<T> in to_vec()
440 T: Clone, in to_vec_in()
/openbmc/u-boot/tools/patman/
H A Dgitutil.py228 def Clone(git_dir, output_dir): function
/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp134 STDMETHODIMP CQGAVSSEnumObject::Clone(IVssEnumObject **ppenum) in Clone() function in CQGAVSSEnumObject
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2244 pub fn split_off(&mut self, at: usize) -> Self in split_off()
2786 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in()