Home
last modified time | relevance | path

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

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dproductbuilddata.cpp72 m_artifactsByFileTag[tag] += artifact; in addArtifactToSet()
87 const auto it = m_artifactsByFileTag.find(fileTag); in removeArtifactFromSetByFileTag()
88 if (it == m_artifactsByFileTag.end()) in removeArtifactFromSetByFileTag()
92 m_artifactsByFileTag.erase(it); in removeArtifactFromSetByFileTag()
99 m_artifactsByFileTag[tag] += artifact; in addFileTagToArtifact()
106 return m_artifactsByFileTag; in artifactsByFileTag()
H A Dproductbuilddata.h93 m_artifactsByFileTag); in completeSerializationOp()
111 ArtifactSetByFileTag m_artifactsByFileTag; variable