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

/gem5/ext/pybind11/tests/
H A Dtest_tagbased_polymorphic.cpp35 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 Dtest_class.cpp60 std::string bark() const { return "Woof!"; } function in class:Dog

Completed in 7 milliseconds