Searched refs:GenDefinitionPybind11 (Results 1 – 5 of 5) sorted by relevance
30 void GenDefinitionPybind11(std::ostream& stream);
45 void GenDefinitionPybind11(std::ostream& s) const;
36 void EnumGen::GenDefinitionPybind11(std::ostream& stream) { in GenDefinitionPybind11() function in EnumGen
328 gen.GenDefinitionPybind11(out_file); in generate_pybind11_sources_one_file()338 struct_def->GenDefinitionPybind11(out_file); in generate_pybind11_sources_one_file()
194 void StructDef::GenDefinitionPybind11(std::ostream& s) const { in GenDefinitionPybind11() function in StructDef