Home
last modified time | relevance | path

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

/external/webrtc/api/
Dstats_types.cc91 class TypedIntId : public StatsReport::IdBase { class
93 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId() function in webrtc::__anon959e760e0111::TypedIntId
98 static_cast<const TypedIntId&>(other).id_ == id_; in Equals()
702 return Id(new RefCountedObject<TypedIntId>(type, id)); in NewTypedIntId()