Searched defs:IdWithDirection (Results 1 - 1 of 1) sorted by relevance

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

Completed in 76 milliseconds