Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dstruct_parser_generator.cc23 const auto* struct_def = dynamic_cast<const StructDef*>(s.second); in StructParserGenerator() local
24 variable_struct_fields_.emplace_back(struct_def); in StructParserGenerator()
Dmain.cc89 auto* struct_def = dynamic_cast<StructDef*>(s.second); in parse_declarations_one_file() local
90 struct_def->SetEndianness(declarations->is_little_endian); in parse_declarations_one_file()
219 const auto* struct_def = dynamic_cast<const StructDef*>(s.second); in generate_cpp_headers_one_file() local
220 struct_def->GenDefinition(out_file); in generate_cpp_headers_one_file()
351 const auto* struct_def = dynamic_cast<const StructDef*>(s.second); in generate_pybind11_sources_one_file() local
353 struct_def->GenDefinitionPybind11(out_file); in generate_pybind11_sources_one_file()
DAndroid.bp31 "struct_def.cc",