Searched refs:ComponentId (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | statstypes.cc | 162 class ComponentId : public StatsReport::IdBase { class 164 ComponentId(const std::string& content_name, int component) in ComponentId() function in webrtc::__anoned81ac690111::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::__anoned81ac690111::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/ |
D | SPIRVInstruction.h | 1537 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;
|