Searched defs:CreateRandomString (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dhelpers.cc216 std::string CreateRandomString(size_t len) { function in namespace:rtc
218 CreateRandomString(len, &str);
222 bool CreateRandomString(size_t len, function in namespace:rtc
238 bool CreateRandomString(size_t len, std::string* str) { function in namespace:rtc
239 return CreateRandomString(len, kBase64, 64, str);
242 bool CreateRandomString(size_t len, const std::string& table, function in namespace:rtc
244 return CreateRandomString(len, table.c_str(),

Completed in 187 milliseconds