Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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()
Dmain.cc74 auto* struct_def = static_cast<StructDef*>(s.second); in parse_declarations_one_file() local
75 struct_def->SetEndianness(declarations->is_little_endian); in parse_declarations_one_file()
Dgen_cpp.cc211 const auto* struct_def = static_cast<const StructDef*>(s.second); in generate_cpp_headers_one_file() local
212 struct_def->GenDefinition(out_file); in generate_cpp_headers_one_file()
DAndroid.bp45 "struct_def.cc",
DBUILD.gn66 "struct_def.cc",