Home
last modified time | relevance | path

Searched refs:IdWithDirection (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatstypes.cc126 class IdWithDirection : public TypedId { class
128 IdWithDirection(StatsReport::StatsType type, const std::string& id, in IdWithDirection() function in webrtc::__anoned81ac690111::IdWithDirection
134 static_cast<const IdWithDirection&>(other).direction_ == direction_; in Equals()
645 return Id(new RefCountedObject<IdWithDirection>(type, id, direction)); in NewIdWithDirection()