Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1624 let uuid2 = Uuid::new(1262561249, 51804, 17255, [189, 181, 5, 22, 64, 5, 183, 196]); in uuid_parsing() localVariable
1629 expect_eq!(uuid2, uuid2_from_str, "uuid should match"); in uuid_parsing()