Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dstruct_parser_generator.cc23 const auto* struct_def = static_cast<const StructDef*>(s.second); in StructParserGenerator() local
24 variable_struct_fields_.emplace_back(struct_def); in StructParserGenerator()
Dgen_rust.cc155 const auto* struct_def = static_cast<const StructDef*>(s.second); in generate_rust_source_one_file() local
156 struct_def->GenRustDef(out_file); in generate_rust_source_one_file()
Dgen_cpp.cc187 const auto* struct_def = static_cast<const StructDef*>(s.second); in generate_cpp_headers_one_file() local
188 struct_def->GenDefinition(out_file); in generate_cpp_headers_one_file()
358 const auto* struct_def = static_cast<const StructDef*>(s.second); in generate_pybind11_sources_one_file() local
360 struct_def->GenDefinitionPybind11(out_file); in generate_pybind11_sources_one_file()
DAndroid.bp40 "struct_def.cc",
Dmain.cc87 auto* struct_def = static_cast<StructDef*>(s.second); in parse_declarations_one_file() local
88 struct_def->SetEndianness(declarations->is_little_endian); in parse_declarations_one_file()
DBUILD.gn66 "struct_def.cc",