Searched refs:boxed (Results 1 – 4 of 4) sorted by relevance
51 let boxed = Box::new(<$plugin_type>::default()); localVariable52 Box::into_raw(boxed)
227 …void_ptr_: std::boxed::Box::<[*const c_char]>::into_raw(dest.into_boxed_slice()) as *const c_int a… in build_string_arrays()
1480 // Important corner case for casting primitives to the boxed counterparts:1481 // The left operand is not properly boxed here in runtime
155 …ny value, including values of primitive types (they will be automatically boxed), can be directly …