Lines Matching refs:output

76                     std::vector<std::string> output(std::min(  in getAncestors()  local
83 interfaceMap.second.end(), output.begin()) != in getAncestors()
84 output.begin()) in getAncestors()
116 std::vector<std::string> output( in getObject() local
122 interfaceMap.second.end(), output.begin()) != in getObject()
123 output.begin()) in getObject()
185 std::vector<std::string> output(std::min( in getSubTree() local
193 output.begin()) != output.begin() || in getSubTree()
254 std::vector<std::string> output(std::min( in getSubTreePaths() local
261 interfaceMap.second.end(), output.begin()) != in getSubTreePaths()
262 output.begin()) in getSubTreePaths()
299 std::vector<InterfaceMapType::value_type> output; in getAssociatedSubTree() local
304 output.emplace_back(interfacePair); in getAssociatedSubTree()
307 return output; in getAssociatedSubTree()
329 std::vector<std::string> output; in getAssociatedSubTreePaths() local
334 output.emplace_back(path); in getAssociatedSubTreePaths()
337 return output; in getAssociatedSubTreePaths()
364 std::vector<std::string> output; in getSubTreePathsById() local
387 output.emplace_back(thisPath); in getSubTreePathsById()
393 if (output.empty()) in getSubTreePathsById()
398 return output; in getSubTreePathsById()
411 std::vector<InterfaceMapType::value_type> output; in getAssociatedSubTreeById() local
422 output.insert(output.end(), associatedSubTree.begin(), in getAssociatedSubTreeById()
425 return output; in getAssociatedSubTreeById()
437 std::vector<std::string> output; in getAssociatedSubTreePathsById() local
448 output.insert(output.end(), associatedSubTree.begin(), in getAssociatedSubTreePathsById()
452 return output; in getAssociatedSubTreePathsById()