Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/inflate/
Dstream.rs120 pub fn new_boxed(data_format: DataFormat) -> Box<InflateState> { in new_boxed() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/inflate/
Dstream.rs120 pub fn new_boxed(data_format: DataFormat) -> Box<InflateState> { in new_boxed() method
/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
/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
/external/mesa3d/src/nouveau/compiler/nak/
Dir.rs6513 pub fn new_boxed(op: impl Into<Op>) -> Box<Self> { in new_boxed() method