Searched refs:HasAncestorNamed (Results 1 – 4 of 4) sorted by relevance
97 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()
69 bool HasAncestorNamed(std::string name) const;
221 if (packet->HasAncestorNamed("CommandStatus")) { in generate_cpp_headers_one_file()225 if (packet->HasAncestorNamed("CommandComplete")) { in generate_cpp_headers_one_file()
552 bool ParentDef::HasAncestorNamed(std::string name) const { in HasAncestorNamed() function in ParentDef