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

  /external/webrtc/talk/app/webrtc/
statstypes.cc 235 type_ == kInt ? value_.int_ = static_cast<int>(value) : value_.int64_ = value;
292 return value_.int64_ == other.value_.int64_;
336 (type_ == kInt64 ? value_.int64_ == value : false);
358 return value_.int64_;
607 return rtc::ToString(value_.int64_);
statstypes.h 316 int64_t int64_; member in union:webrtc::StatsReport::Value::InternalType

Completed in 3693 milliseconds