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