Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/
Dv1.rs92 pub const fn to_rfc4122(&self) -> (u64, u16) { in to_rfc4122() method
306 let ts = uuid.to_timestamp().unwrap().to_rfc4122(); in test_new_v1()
323 assert_eq!(uuid2.to_timestamp().unwrap().to_rfc4122().1, 1) in test_new_v1()