Home
last modified time | relevance | path

Searched refs:to_owned (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/rust/macros/
H A Dvtable.rs61 .to_owned(); in vtable()
80 const_items = "const USE_VTABLE_ATTR: () = ();".to_owned(); in vtable()
/openbmc/linux/scripts/
H A Dgenerate_rust_target.rs141 let option = "CONFIG_".to_owned() + option; in has()
/openbmc/linux/rust/alloc/
H A Dslice.rs824 fn to_owned(&self) -> Vec<T> { in to_owned() method
829 fn to_owned(&self) -> Vec<T> { in to_owned() method