Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Daarch64.rs14 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>>; in try_box_clone() method
Driscv64.rs12 fn try_box_clone(&self) -> Result<Box<dyn IrqChipRiscv64>>; in try_box_clone() method
Dgunyah.rs171 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone() method
Dx86_64.rs31 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>>; in try_box_clone() method
Dwhpx.rs557 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
Duserspace.rs885 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
/external/crosvm/devices/src/irqchip/kvm/
Daarch64.rs160 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone() method
Dx86_64.rs124 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
786 fn try_box_clone(&self) -> Result<Box<dyn IrqChipX86_64>> { in try_box_clone() method
Driscv64.rs273 fn try_box_clone(&self) -> Result<Box<dyn IrqChipRiscv64>> { in try_box_clone() method
/external/crosvm/devices/src/irqchip/geniezone/
Dmod.rs130 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone() method