Searched refs:impl_call (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | callbacks.rs | 185 macro_rules! impl_call { macro 211 impl_call!(_1, _2, _3, _4, _5,); 212 impl_call!(_1, _2, _3, _4,); 213 impl_call!(_1, _2, _3,); 214 impl_call!(_1, _2,); 215 impl_call!(_1,); 216 impl_call!();
|