Lines Matching refs:to_i64
24 self.to_i64().as_ref().and_then(ToPrimitive::to_isize) in to_isize()
31 self.to_i64().as_ref().and_then(ToPrimitive::to_i8) in to_i8()
38 self.to_i64().as_ref().and_then(ToPrimitive::to_i16) in to_i16()
45 self.to_i64().as_ref().and_then(ToPrimitive::to_i32) in to_i32()
50 fn to_i64(&self) -> Option<i64>; in to_i64() method
63 self.to_i64().map(From::from) in to_i128()
129 match self.to_i64() { in to_f64()
175 fn to_i64 -> i64;
248 fn to_i64 -> i64;
375 fn to_i64 -> i64;
416 n.to_i64().and_then(FromPrimitive::from_i64) in from_isize()
454 n.to_i64().and_then(FromPrimitive::from_i64) in from_i128()
517 match n.to_i64() { in from_f64()
596 impl_from_primitive!(i64, to_i64);
625 fn to_i64 -> i64;
731 impl_num_cast!(i64, to_i64);