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

/gem5/src/learning_gem5/part2/
H A Dgoodbye_object.cc60 GoodbyeObject::sayGoodbye(std::string other_name) argument
62 DPRINTF(HelloExample, "Saying goodbye to %s\n", other_name);
64 message = "Goodbye " + other_name + "!! ";

Completed in 3 milliseconds