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

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp31 static int static_value2; member in struct:WithStatic2
42 int WithStatic2::static_value2 = 2; member in class:WithStatic2
181 .def_readwrite_static("static_value2", &WithStatic2::static_value2);
H A Dtest_multiple_inheritance.py243 m.WithStatic2.static_value2 = 2
245 assert d.static_value2 == 2
250 d.static_value2 = 0
251 assert d.static_value2 == 0

Completed in 6 milliseconds