Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_virtual_functions.cpp36 virtual const std::string *get_string2() { return &str2; } in get_string2() function in ExampleVirt
89 const std::string *get_string2() override { in get_string2() function in PyExampleVirt
Dtest_virtual_functions.py31 def get_string2(self): member in test_override.ExtendedExampleVirt2