Searched refs:get_string1 (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()));
35 virtual const std::string &get_string1() { return str1; } function in class:ExampleVirt
80 const std::string &get_string1() override {
84 get_string1, /* Name of function */
H A Dtest_virtual_functions.py21 def get_string1(self): member in class:test_override.ExtendedExampleVirt

Completed in 7 milliseconds