Home
last modified time | relevance | path

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

/external/webrtc/api/
Dstats_types.cc73 class TypedId : public StatsReport::IdBase { class
75 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId() function in webrtc::__anon959e760e0111::TypedId
80 static_cast<const TypedId&>(other).id_ == id_; in Equals()
110 class IdWithDirection : public TypedId {
115 : TypedId(type, id), direction_(direction) {} in IdWithDirection()
118 return TypedId::Equals(other) && in Equals()
123 std::string ret(TypedId::ToString()); in ToString()
133 class CandidateId : public TypedId {
136 : TypedId(local ? StatsReport::kStatsReportTypeIceLocalCandidate in CandidateId()
697 return Id(new RefCountedObject<TypedId>(type, id)); in NewTypedId()