Searched refs:kUuidDigit17 (Results 1 – 1 of 1) sorted by relevance
79 static const char kUuidDigit17[4] = {'8', '9', 'a', 'b'}; variable183 str.push_back(kUuidDigit17[bytes[15] % 4]); in CreateRandomUuid()