Lines Matching defs:i128
336 fn visit_i128(&mut self, value: i128) -> Result<(), value_bag::Error> {
450 impl ToValue for i128 {
480 impl<'v> From<&'v i128> for Value<'v> {
481 fn from(value: &'v i128) -> Self {
495 // SAFETY: `NonZeroI128` and `i128` have the same ABI
496 Value::from_value_bag(unsafe { std::mem::transmute::<&std::num::NonZeroI128, &i128>(v) })
582 #[doc = "Try convert this value into a `i128`."]
583 to_i128 -> i128,
672 fn visit_i128(&mut self, value: i128) -> Result<(), Error> {
738 fn visit_i128(&mut self, value: i128) -> Result<(), Error> {