Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dstatstypes.cc106 class TypedIntId : public StatsReport::IdBase { class
108 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId() function in webrtc::__anoned81ac690111::TypedIntId
113 static_cast<const TypedIntId&>(other).id_ == id_; in Equals()
639 return Id(new RefCountedObject<TypedIntId>(type, id)); in NewTypedIntId()