Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc245 if (packet->HasAncestorNamed("CommandStatus")) { in generate_cpp_headers_one_file()
249 if (packet->HasAncestorNamed("CommandComplete")) { in generate_cpp_headers_one_file()
Dparent_def.h71 bool HasAncestorNamed(std::string name) const;
Dparent_def.cc550 bool ParentDef::HasAncestorNamed(std::string name) const { in HasAncestorNamed() function in ParentDef