Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/plugin_manager/src/
H A Dlib.rs51 let boxed = Box::new(<$plugin_type>::default()); localVariable
52 Box::into_raw(boxed)
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs227 …void_ptr_: std::boxed::Box::<[*const c_char]>::into_raw(dest.into_boxed_slice()) as *const c_int a… in build_string_arrays()
/ohos5.0/docs/en/application-dev/quick-start/
H A Dtypescript-to-arkts-migration-guide.md1480 // Important corner case for casting primitives to the boxed counterparts:
1481 // The left operand is not properly boxed here in runtime
H A Dintroduction-to-arkts.md155 …ny value, including values of primitive types (they will be automatically boxed), can be directly …