Lines Matching refs:from_bytes
44 Uuid::from_bytes([0; 16]) in nil()
84 Ok(Uuid::from_bytes([ in from_fields()
141 Ok(Uuid::from_bytes([ in from_fields_le()
163 Uuid::from_bytes([ in from_u128()
185 Uuid::from_bytes([ in from_u128_le()
251 Ok(Uuid::from_bytes(bytes)) in from_slice()
255 pub const fn from_bytes(bytes: Bytes) -> Uuid { in from_bytes() method
311 pub const fn from_bytes(b: Bytes) -> Self { in from_bytes() method
358 Ok(Self::from_bytes(bytes)) in from_slice()
402 crate::Builder::from_bytes(bytes) in from_fields()
408 crate::Builder::from_bytes(*Uuid::from_u128(v).as_bytes()) in from_u128()
471 Uuid::from_bytes(self.0) in build()