Home
last modified time | relevance | path

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

/qemu/rust/qemu-api-macros/src/
H A Dlib.rs106 let expanded = derive_object_or_error(input).unwrap_or_else(Into::into); in derive_object() localVariable
152 let expanded = derive_opaque_or_error(input).unwrap_or_else(Into::into); in derive_opaque() localVariable
250 let expanded = derive_tryinto_or_error(input).unwrap_or_else(Into::into); in derive_tryinto() localVariable
260 let expanded = BitsConstInternal::parse(&mut it).unwrap_or_else(Into::into); in bits_const_internal() localVariable