Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dbuilder.rs554 Builder(timestamp::encode_rfc4122_timestamp(ticks, counter, node_id))
Dtimestamp.rs171 pub(crate) const fn encode_rfc4122_timestamp(ticks: u64, counter: u16, node_id: &[u8; 6]) -> Uuid { in encode_rfc4122_timestamp() function