Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/
Dparser.rs489 let uuid_out = Uuid::parse_str(&orig_str).unwrap(); in test_roundtrip_default() localVariable
497 let uuid_out = Uuid::parse_str(&orig_str).unwrap(); in test_roundtrip_hyphenated() localVariable
505 let uuid_out = Uuid::parse_str(&orig_str).unwrap(); in test_roundtrip_simple() localVariable
513 let uuid_out = Uuid::parse_str(&orig_str).unwrap(); in test_roundtrip_urn() localVariable
521 let uuid_out = Uuid::parse_str(&orig_str).unwrap(); in test_roundtrip_braced() localVariable