Searched defs:boxed (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/rust/alloc/ |
H A D | lib.rs | 239 pub mod boxed; module 241 mod boxed { module
|
H A D | boxed.rs | 386 let mut boxed = Self::new_uninit_in(alloc); in new_in() localVariable 414 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() localVariable 1299 let mut boxed = Self::new_uninit_in(self.1.clone()); in clone() localVariable
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 72 arg_type, ret_type, gen, success_response, boxed, argument 83 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
|
/openbmc/qemu/docs/sphinx/ |
H A D | qapidoc.py | 344 ret_type, gen, success_response, boxed, allow_oob, argument 353 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
|