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

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp27 static int static_value1; member in struct:WithStatic1
41 int WithStatic1::static_value1 = 1; member in class:WithStatic1
176 .def_readwrite_static("static_value1", &WithStatic1::static_value1);
H A Dtest_multiple_inheritance.py242 m.WithStatic1.static_value1 = 1
244 assert d.static_value1 == 1
248 d.static_value1 = 0
249 assert d.static_value1 == 0

Completed in 6 milliseconds