Searched refs:uuid_chars (Results 1 – 1 of 1) sorted by relevance
164 char uuid_chars[37] = {}; in GenerateUuid() local165 uuid_unparse_lower(uuid_bytes, uuid_chars); in GenerateUuid()167 return std::string{uuid_chars}; in GenerateUuid()