Home
last modified time | relevance | path

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

/external/rust/crates/uuid/benches/
Dformat_str.rs9 fn hyphenated(b: &mut Bencher) { in hyphenated() function
/external/rust/crates/uuid/src/
Dfmt.rs83 pub const fn hyphenated(self) -> Hyphenated { in hyphenated() method
1009 let hyphenated = Uuid::nil().hyphenated(); in hyphenated_to_inner() localVariable