Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dlib.rs239 pub mod boxed; module
241 mod boxed { module
H A Dboxed.rs386 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 Dtest-qapi.py72 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 Dqapidoc.py344 ret_type, gen, success_response, boxed, allow_oob, argument
353 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument