Searched refs:elementPath (Results 1 – 2 of 2) sorted by relevance
234 for (const std::string &elementPath : newElementSequence) { in setElementSequence() local236 auto areaConfiguration = findAreaConfigurationByPath(elementPath); in setElementSequence()239 error = "Element " + elementPath + " not found in domain"; in setElementSequence()243 auto it = find(begin(elementSequenceSet), end(elementSequenceSet), elementPath); in setElementSequence()245 error = "Element " + elementPath + " provided more than once"; in setElementSequence()248 elementSequenceSet.push_back(elementPath); in setElementSequence()
293 StringBuilder elementPath = new StringBuilder(); field in GenerateItemCounts.AttributeTypes297 elementPath.setLength(0); in add()301 elementPath.append('/').append(element); in add()302 … elementPathToAttributes.putAll(elementPath.toString().intern(), parts.getAttributeKeys(i)); in add()