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

  /external/webrtc/talk/app/webrtc/
statstypes.cc 250 value_.static_string_ = value;
297 if (value_.static_string_ != other.value_.static_string_) {
298 RTC_DCHECK(strcmp(value_.static_string_, other.value_.static_string_) !=
303 return value_.static_string_ == other.value_.static_string_;
318 (type_ == kStaticString && value.compare(value_.static_string_) == 0);
327 if (value_.static_string_ != value)
328 RTC_DCHECK(strcmp(value_.static_string_, value) != 0
    [all...]
statstypes.h 320 const char* static_string_; member in union:webrtc::StatsReport::Value::InternalType

Completed in 49 milliseconds