Searched refs:struct_def (Results 1 – 6 of 6) sorted by relevance
23 const auto* struct_def = static_cast<const StructDef*>(s.second); in StructParserGenerator() local24 variable_struct_fields_.emplace_back(struct_def); in StructParserGenerator()
155 const auto* struct_def = static_cast<const StructDef*>(s.second); in generate_rust_source_one_file() local156 struct_def->GenRustDef(out_file); in generate_rust_source_one_file()
187 const auto* struct_def = static_cast<const StructDef*>(s.second); in generate_cpp_headers_one_file() local188 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() local360 struct_def->GenDefinitionPybind11(out_file); in generate_pybind11_sources_one_file()
40 "struct_def.cc",
87 auto* struct_def = static_cast<StructDef*>(s.second); in parse_declarations_one_file() local88 struct_def->SetEndianness(declarations->is_little_endian); in parse_declarations_one_file()
66 "struct_def.cc",