Searched refs:Panther (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/pybind11/tests/ |
H A D | test_tagbased_polymorphic.cpp | 18 Cat = 200, Panther, LastCat = 299 member in class:Animal::Kind 58 struct Panther : Cat struct in struct:Animal 60 Panther(const std::string& _name) : Cat(_name, Kind::Panther) {} function in struct:Animal::Panther 76 ret.emplace_back(new Panther("Leo")); 91 case Kind::Panther: return &typeid(Panther); 132 py::class_<Panther, Cat>(m, "Panther") 134 .def("purr", &Panther [all...] |
H A D | test_tagbased_polymorphic.py | 7 m.Labrador, m.Dog, m.Chihuahua, m.Cat, m.Panther
|
Completed in 4 milliseconds