Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/packet/parser/
H A Dcustom_field_def.h36 void GenInclude(std::ostream& s) const;
H A Dcustom_field_def.cc42 void CustomFieldDef::GenInclude(std::ostream& s) const { in GenInclude() function in CustomFieldDef
H A Dgen_cpp.cc111 ((CustomFieldDef*)c.second)->GenInclude(out_file); in generate_cpp_headers_one_file()