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

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp134 struct I801B2 { int b = 2; I801B2() = default; I801B2(const I801B2 &) = default; virtual ~I801B2() = default; }; struct
135 struct I801C : I801B1, I801B2 {};
142 py::class_<I801B2, std::shared_ptr<I801B2>>(m, "I801B2").def(py::init<>()).def_readonly("b", &I801B2
[all...]
H A Dtest_multiple_inheritance.py272 # + 4 below because we have the two instances, and each instance has offset base I801B2
333 assert type(e2) is m.I801B2

Completed in 7 milliseconds