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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.h 69 return session_version_;
94 std::string session_version_; member in class:webrtc::JsepSessionDescription
webrtcsessiondescriptionfactory.cc 122 session_version_(kInitSessionVersion),
314 // The |session_version_| is a uint64, the wrap around should not happen.
315 ASSERT(session_version_ + 1 > session_version_);
319 talk_base::ToString(session_version_++))) {
358 // The |session_version_| is a uint64, the wrap around should not happen.
359 ASSERT(session_version_ + 1 > session_version_);
363 talk_base::ToString(session_version_++))) {
webrtcsessiondescriptionfactory.h 156 uint64 session_version_; member in class:webrtc::WebRtcSessionDescriptionFactory
jsepsessiondescription.cc 100 session_version_ = session_version;

Completed in 141 milliseconds