Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Daarch64.rs12 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>>; in try_box_clone() method
Dx86_64.rs24 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>>; in try_box_clone() method
Dgunyah.rs168 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone() method
Dwhpx.rs547 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
Duserspace.rs883 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
/external/crosvm/devices/src/irqchip/kvm/
Daarch64.rs157 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone() method
Dx86_64.rs109 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
736 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
/external/crosvm/devices/src/irqchip/geniezone/
Dmod.rs132 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone() method