Lines Matching refs:end

25         objectMap.begin(), objectMap.end(),  in addObjectMapResult()
28 if (entry != objectMap.end()) in addObjectMapResult()
46 std::sort(interfaces.begin(), interfaces.end()); in getAncestors()
83 interfaces.begin(), interfaces.end(), in getAncestors()
85 connectionInterfaces.second.end(), in getAncestors()
105 std::sort(interfaces.begin(), interfaces.end()); in getObject()
107 if (pathRef == interfaceMap.end()) in getObject()
122 if (std::set_intersection(interfaces.begin(), interfaces.end(), in getObject()
124 connectionInterfaces.second.end(), in getObject()
150 std::sort(interfaces.begin(), interfaces.end()); in getSubTree()
162 interfaceMap.find(reqPathStripped) == interfaceMap.end()) in getSubTree()
184 reqPathStripped.end()), in getSubTree()
185 thisPath.end(), '/'); in getSubTree()
195 interfaces.begin(), interfaces.end(), in getSubTree()
197 connectionInterfaces.second.end(), in getSubTree()
220 std::sort(interfaces.begin(), interfaces.end()); in getSubTreePaths()
232 interfaceMap.find(reqPathStripped) == interfaceMap.end()) in getSubTreePaths()
254 reqPathStripped.end()), in getSubTreePaths()
255 thisPath.end(), '/'); in getSubTreePaths()
266 interfaces.begin(), interfaces.end(), in getSubTreePaths()
268 connectionInterfaces.second.end(), in getSubTreePaths()
295 if (findEndpoint == associationMaps.ifaces.end()) in getAssociatedSubTree()
302 association.end()); in getAssociatedSubTree()
325 if (findEndpoint == associationMaps.ifaces.end()) in getAssociatedSubTreePaths()
332 association.end()); in getAssociatedSubTreePaths()
353 std::sort(interfaces.begin(), interfaces.end()); in getSubTreePathsById()
365 interfaceMap.find(objectPathStripped) == interfaceMap.end()) in getSubTreePathsById()
397 if (std::set_intersection(interfaces.begin(), interfaces.end(), in getSubTreePathsById()
399 connectionInterfaces.second.end(), in getSubTreePathsById()
439 output.insert(output.end(), associatedSubTree.begin(), in getAssociatedSubTreeById()
440 associatedSubTree.end()); in getAssociatedSubTreeById()
466 output.insert(output.end(), associatedSubTree.begin(), in getAssociatedSubTreePathsById()
467 associatedSubTree.end()); in getAssociatedSubTreePathsById()