Home
last modified time | relevance | path

Searched defs:get_string1 (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/tests/
Dtest_virtual_functions.cpp35 virtual const std::string &get_string1() { return str1; } in get_string1() function in ExampleVirt
80 const std::string &get_string1() override { in get_string1() function in PyExampleVirt
Dtest_virtual_functions.py24 def get_string1(self): member in test_override.ExtendedExampleVirt