Searched refs:configurableElementSet (Results 1 – 4 of 4) sorted by relevance
315 std::set<const CConfigurableElement*> configurableElementSet; in listAssociatedElements() local318 gatherAllOwnedConfigurableElements(configurableElementSet); in listAssociatedElements()323 for (it = configurableElementSet.begin(); it != configurableElementSet.end(); ++it) { in listAssociatedElements()339 std::set<const CConfigurableElement*> configurableElementSet; in listConflictingElements() local342 gatherAllOwnedConfigurableElements(configurableElementSet); in listConflictingElements()347 for (it = configurableElementSet.begin(); it != configurableElementSet.end(); ++it) { in listConflictingElements()387 …erAllOwnedConfigurableElements(std::set<const CConfigurableElement*>& configurableElementSet) const in gatherAllOwnedConfigurableElements()397 pChildConfigurableDomain->gatherConfigurableElements(configurableElementSet); in gatherAllOwnedConfigurableElements()
78 …void gatherConfigurableElements(std::set<const CConfigurableElement*>& configurableElementSet) con…
143 …rAllOwnedConfigurableElements(std::set<const CConfigurableElement*>& configurableElementSet) const;
966 …in::gatherConfigurableElements(std::set<const CConfigurableElement*>& configurableElementSet) const in gatherConfigurableElements()969 configurableElementSet.insert(_configurableElementList.begin(), _configurableElementList.end()); in gatherConfigurableElements()