HomeSort by relevance Sort by last modified time
    Searched full:session_version_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 147 session_version_(kInitSessionVersion),
383 // The |session_version_| is a uint64_t, the wrap around should not happen.
384 ASSERT(session_version_ + 1 > session_version_);
388 rtc::ToString(session_version_++))) {
445 // The |session_version_| is a uint64_t, the wrap around should not happen.
446 ASSERT(session_version_ + 1 > session_version_);
450 rtc::ToString(session_version_++))) {
jsepsessiondescription.h 69 return session_version_;
94 std::string session_version_; member in class:webrtc::JsepSessionDescription
jsepsessiondescription.cc 108 session_version_ = session_version;
webrtcsessiondescriptionfactory.h 180 uint64_t session_version_; member in class:webrtc::WebRtcSessionDescriptionFactory

Completed in 74 milliseconds