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

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp25 "ExampleVirt::run(state={}, value={}, str1={}, str2={})"_s.format(state, value, get_string1(), *get_string2()));
36 virtual const std::string *get_string2() { return &str2; } function in class:ExampleVirt
89 const std::string *get_string2() override {
93 get_string2, /* Name of function */
H A Dtest_virtual_functions.py31 def get_string2(self): member in class:test_override.ExtendedExampleVirt2

Completed in 7 milliseconds