Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/parser/
Dparent_def.h81 std::vector<const ParentDef*> FindPathToDescendant(std::string descendant) const;
Dparent_def.cc588 std::vector<const ParentDef*> ParentDef::FindPathToDescendant(std::string descendant) const { in FindPathToDescendant() function in ParentDef
592 auto v = child->FindPathToDescendant(descendant); in FindPathToDescendant()