Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dgen_rust.cc97 if (!packet->HasAncestorNamed("Command")) { in generate_rust_source_one_file()
107 bool command_status = other_packet->HasAncestorNamed("CommandStatus"); in generate_rust_source_one_file()
108 bool command_complete = other_packet->HasAncestorNamed("CommandComplete"); in generate_rust_source_one_file()
Dparent_def.h69 bool HasAncestorNamed(std::string name) const;
Dgen_cpp.cc221 if (packet->HasAncestorNamed("CommandStatus")) { in generate_cpp_headers_one_file()
225 if (packet->HasAncestorNamed("CommandComplete")) { in generate_cpp_headers_one_file()
Dparent_def.cc552 bool ParentDef::HasAncestorNamed(std::string name) const { in HasAncestorNamed() function in ParentDef