Searched defs:Base12 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp70 struct Base12 : Base1, Base2 { struct in inherits:Base1,Base2
71 Base12(int i, int j) : Base1(i), Base2(j) { } function in struct:Base12

Completed in 5 milliseconds