Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dstatstypes.cc162 class ComponentId : public StatsReport::IdBase { class
164 ComponentId(const std::string& content_name, int component) in ComponentId() function in webrtc::__anonfe4494df0111::ComponentId
165 : ComponentId(StatsReport::kStatsReportTypeComponent, content_name, in ComponentId()
170 static_cast<const ComponentId&>(other).component_ == component_ && in Equals()
171 static_cast<const ComponentId&>(other).content_name_ == content_name_; in Equals()
179 ComponentId(StatsReport::StatsType type, const std::string& content_name, in ComponentId() function in webrtc::__anonfe4494df0111::ComponentId
198 class CandidatePairId : public ComponentId {
201 : ComponentId(StatsReport::kStatsReportTypeCandidatePair, content_name, in CandidatePairId()
206 return ComponentId::Equals(other) && in Equals()
211 std::string ret(ComponentId::ToString("Conn-")); in ToString()
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h1537 IndexId(TheIndex->getId()), ComponentId(TheComponent->getId()){
1543 IndexId(SPIRVID_INVALID), ComponentId(SPIRVID_INVALID){}
1547 SPIRVValue *getComponent() { return getValue(ComponentId); }
1549 _SPIRV_DEF_ENCDEC5(Type, Id, VectorId, ComponentId, IndexId)
1558 SPIRVId ComponentId;