Home
last modified time | relevance | path

Searched refs:FindPathToDescendant (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/packet/parser/
Dparent_def.h79 std::vector<const ParentDef*> FindPathToDescendant(std::string descendant) const;
Dparent_def.cc590 std::vector<const ParentDef*> ParentDef::FindPathToDescendant(std::string descendant) const { in FindPathToDescendant() function in ParentDef
594 auto v = child->FindPathToDescendant(descendant); in FindPathToDescendant()
Dpacket_def.cc950 auto desc_path = FindPathToDescendant(desc.first->name_); in GenRustStructImpls()