Home
last modified time | relevance | path

Searched defs:ContextV7 (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/uuid/src/
Dtimestamp.rs708 pub struct ContextV7 { struct
709 last_reseed: Cell<LastReseed>,
710 counter: Cell<u64>,
730 impl RefUnwindSafe for ContextV7 {} implementation
732 impl ContextV7 { impl
747 impl ClockSequence for ContextV7 { implementation