Home
last modified time | relevance | path

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

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