Home
last modified time | relevance | path

Searched refs:from_i16 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/num-traits/src/
Dcast.rs429 fn from_i16(n: i16) -> Option<Self> { in from_i16() method
537 fn from_i16(n: i16) -> Option<$T> {
656 fn from_i16(i16);
/third_party/rust/crates/num-traits/tests/
Dcast.rs349 assert_eq_from!(from_i8 from_i16 from_i32 from_i64 from_isize); in newtype_from_primitive()