Searched defs:bark (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/pybind11/tests/ | ||
H A D | test_tagbased_polymorphic.cpp | 35 std::string bark() const { return name_of_kind(kind) + " " + name + " goes " + sound; } function in struct:Animal::Dog 49 std::string bark() const { return Dog::bark() + " and runs in circles"; } function in struct:Animal::Chihuahua |
H A D | test_class.cpp | 60 std::string bark() const { return "Woof!"; } function in class:Dog |
Completed in 6 milliseconds