Lines Matching refs:decls
58 const Declarations& decls, in generate_cpp_headers_one_file() argument
108 for (const auto& c : decls.type_defs_queue_) { in generate_cpp_headers_one_file()
121 for (const auto& c : decls.type_defs_queue_) { in generate_cpp_headers_one_file()
148 for (const auto& e : decls.type_defs_queue_) { in generate_cpp_headers_one_file()
156 for (const auto& e : decls.type_defs_queue_) { in generate_cpp_headers_one_file()
164 for (const auto& ch : decls.type_defs_queue_) { in generate_cpp_headers_one_file()
172 for (const auto& c : decls.type_defs_queue_) { in generate_cpp_headers_one_file()
176 custom_field_def->GenCustomFieldCheck(out_file, decls.is_little_endian); in generate_cpp_headers_one_file()
185 for (auto& s : decls.type_defs_queue_) { in generate_cpp_headers_one_file()
194 StructParserGenerator spg(decls); in generate_cpp_headers_one_file()
199 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_cpp_headers_one_file()
204 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_cpp_headers_one_file()
213 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_cpp_headers_one_file()
258 const Declarations& decls, in generate_pybind11_sources_one_file() argument
294 for (const auto& c : decls.type_defs_queue_) { in generate_pybind11_sources_one_file()
306 for (const auto& c : decls.type_defs_queue_) { in generate_pybind11_sources_one_file()
334 for (const auto& e : decls.type_defs_queue_) { in generate_pybind11_sources_one_file()
342 symbol_total += decls.packet_defs_queue_.size() * 2; in generate_pybind11_sources_one_file()
345 for (const auto& e : decls.type_defs_queue_) { in generate_pybind11_sources_one_file()
356 for (const auto& s : decls.type_defs_queue_) { in generate_pybind11_sources_one_file()
366 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_pybind11_sources_one_file()
373 for (const auto& p : decls.packet_defs_queue_) { in generate_pybind11_sources_one_file()