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

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

Completed in 48 milliseconds