Searched refs:FindPathToDescendant (Results 1 – 2 of 2) sorted by relevance
81 std::vector<const ParentDef*> FindPathToDescendant(std::string descendant) const;
588 std::vector<const ParentDef*> ParentDef::FindPathToDescendant(std::string descendant) const { in FindPathToDescendant() function in ParentDef592 auto v = child->FindPathToDescendant(descendant); in FindPathToDescendant()