Searched refs:def_readonly_static (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.py118 assert m.TestProperties.def_readonly_static == 1
120 m.TestProperties.def_readonly_static = 2
131 assert m.TestProperties.def_readonly_static == 3
168 assert m.TestPropertiesOverride.def_readonly_static == 99
H A Dtest_methods_and_attributes.cpp294 .def_readonly_static("def_readonly_static", &TestProperties::static_value)
312 .def_readonly_static("def_readonly_static", &TestPropertiesOverride::static_value);
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1211 class_ &def_readonly_static(const char *name, const D *pm, const Extra& ...extra) { function in class:cpp_function

Completed in 18 milliseconds