Lines Matching refs:try_from
63 TryFrom::try_from(value)
126 fn try_from(value: i32) -> Result<Self, Self::Error> {
331 fn try_from(value: i32) -> Result<Self, Self::Error> {
390 fn try_from(value: u32) -> Result<Self, Self::Error> {
451 fn try_from(value: u32) -> Result<Self, Self::Error> {
537 fn try_from(value: u32) -> Result<Self, Self::Error> {
557 MachineCheckMemoryCorruptionKillPolicy::try_from(r)
662 let fd = usize::try_from(fd.as_raw_fd()).map_err(|_r| io::Errno::RANGE)?;
855 fn try_from(value: u32) -> Result<Self, Self::Error> {
873 FloatingPointMode::try_from(r)
914 fn try_from(value: u32) -> Result<Self, Self::Error> {