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