Searched refs:make_static_property_type (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h17 inline PyTypeObject *make_static_property_type();
280 internals_ptr->static_property_type = make_static_property_type();
H A Dclass.h48 inline PyTypeObject *make_static_property_type() { function
58 pybind11_fail("make_static_property_type(): error allocating type!");
73 pybind11_fail("make_static_property_type(): failure in PyType_Ready()!");
86 inline PyTypeObject *make_static_property_type() { function

Completed in 8 milliseconds