Searched defs:get_string1 (Results 1 – 2 of 2) sorted by relevance
| /external/python/pybind11/tests/ | ||
| D | test_virtual_functions.cpp | 35     virtual const std::string &get_string1() { return str1; }  in get_string1()  function in ExampleVirt | 
| D | test_virtual_functions.py | 24         def get_string1(self):  member in test_override.ExtendedExampleVirt |