Searched refs:TypedId (Results 1 – 1 of 1) sorted by relevance
88 class TypedId : public StatsReport::IdBase { class90 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId() function in webrtc::__anoned81ac690111::TypedId95 static_cast<const TypedId&>(other).id_ == id_; in Equals()126 class IdWithDirection : public TypedId {130 : TypedId(type, id), direction_(direction) {} in IdWithDirection()133 return TypedId::Equals(other) && in Equals()138 std::string ret(TypedId::ToString()); in ToString()148 class CandidateId : public TypedId {151 : TypedId(local ? in CandidateId()634 return Id(new RefCountedObject<TypedId>(type, id)); in NewTypedId()