OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateRandomId64
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/base/
helpers.h
49
uint64_t
CreateRandomId64
();
helpers.cc
291
uint64_t
CreateRandomId64
() {
/external/webrtc/talk/app/webrtc/
jsepsessiondescription_unittest.cc
105
rtc::ToString(rtc::
CreateRandomId64
());
webrtcsession.cc
552
sid_(rtc::ToString(rtc::
CreateRandomId64
() & LLONG_MAX)),
[
all
...]
webrtcsession_unittest.cc
[
all
...]
/external/webrtc/webrtc/p2p/base/
transportcontroller.h
213
uint64_t ice_tiebreaker_ = rtc::
CreateRandomId64
();
Completed in 94 milliseconds