Searched refs:from_i16 (Results 1 – 2 of 2) sorted by relevance
429 fn from_i16(n: i16) -> Option<Self> { in from_i16() method537 fn from_i16(n: i16) -> Option<$T> {656 fn from_i16(i16);
349 assert_eq_from!(from_i8 from_i16 from_i32 from_i64 from_isize); in newtype_from_primitive()