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