Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/
Dv3.rs22 pub fn new_v3(namespace: &Uuid, name: &[u8]) -> Uuid { in new_v3() method
133 let uuid = Uuid::new_v3(*ns, name.as_bytes()); in test_new()
142 let uuid = Uuid::new_v3(*ns, name.as_bytes()); in test_to_hyphenated_string()
Dlib.rs757 Uuid::new_v3(&Uuid::NAMESPACE_DNS, "rust-lang.org".as_bytes()); in test_get_version_v3()
/external/rust/crates/uuid/
DREADME.md40 * `v3` - adds the `Uuid::new_v3` function and the ability to create a V3