Lines Matching refs:u128
332 fn visit_u128(&mut self, value: u128) -> Result<(), value_bag::Error> {
444 impl ToValue for u128 {
474 impl<'v> From<&'v u128> for Value<'v> {
475 fn from(value: &'v u128) -> Self {
488 // SAFETY: `NonZeroU128` and `u128` have the same ABI
489 Value::from_value_bag(unsafe { std::mem::transmute::<&std::num::NonZeroU128, &u128>(v) })
580 #[doc = "Try convert this value into a `u128`."]
581 to_u128 -> u128,
667 fn visit_u128(&mut self, value: u128) -> Result<(), Error> {
734 fn visit_u128(&mut self, value: u128) -> Result<(), Error> {