Searched defs:get_string2 (Results 1 – 2 of 2) sorted by relevance
/external/python/pybind11/tests/ | ||
D | test_virtual_functions.cpp | 36 virtual const std::string *get_string2() { return &str2; } in get_string2() function in ExampleVirt |
D | test_virtual_functions.py | 31 def get_string2(self): member in test_override.ExtendedExampleVirt2 |