Searched refs:configurableElementSet (Results 1 – 4 of 4) sorted by relevance
320 std::set<const CConfigurableElement *> configurableElementSet; in listAssociatedElements() local323 gatherAllOwnedConfigurableElements(configurableElementSet); in listAssociatedElements()328 for (it = configurableElementSet.begin(); it != configurableElementSet.end(); ++it) { in listAssociatedElements()342 std::set<const CConfigurableElement *> configurableElementSet; in listConflictingElements() local345 gatherAllOwnedConfigurableElements(configurableElementSet); in listConflictingElements()350 for (it = configurableElementSet.begin(); it != configurableElementSet.end(); ++it) { in listConflictingElements()390 std::set<const CConfigurableElement *> &configurableElementSet) const in gatherAllOwnedConfigurableElements()400 pChildConfigurableDomain->gatherConfigurableElements(configurableElementSet); in gatherAllOwnedConfigurableElements()
195 std::set<const CConfigurableElement *> &configurableElementSet) const;
102 std::set<const CConfigurableElement *> &configurableElementSet) const;
1020 std::set<const CConfigurableElement *> &configurableElementSet) const in gatherConfigurableElements()1023 configurableElementSet.insert(_configurableElementList.begin(), _configurableElementList.end()); in gatherConfigurableElements()