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

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp73 struct MIType : Base12 { struct in inherits:Base12
74 MIType(int i, int j) : Base12(i, j) { } function in struct:MIType
77 py::class_<MIType, Base12>(m, "MIType")
H A Dtest_multiple_inheritance.py7 mt = m.MIType(3, 4)

Completed in 6 milliseconds