Home
last modified time | relevance | path

Searched defs:new_boxed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/
Denc_misc.rs27 fn new_boxed(type_: bindings::VAEncMiscParameterType::Type, value: T) -> Box<Self> { in new_boxed() method
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/
Derror.rs84 pub fn new_boxed(error: Box<dyn Diagnostic + Send + Sync + 'static>) -> Self { in new_boxed() method
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs6507 pub fn new_boxed(op: impl Into<Op>) -> Box<Self> { in new_boxed() method