Searched refs:FindPathToDescendant (Results 1 – 3 of 3) sorted by relevance
79 std::vector<const ParentDef*> FindPathToDescendant(std::string descendant) const;
590 std::vector<const ParentDef*> ParentDef::FindPathToDescendant(std::string descendant) const { in FindPathToDescendant() function in ParentDef594 auto v = child->FindPathToDescendant(descendant); in FindPathToDescendant()
950 auto desc_path = FindPathToDescendant(desc.first->name_); in GenRustStructImpls()