Searched refs:PYBIND11_OVERLOAD (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp50 PYBIND11_OVERLOAD(
81 PYBIND11_OVERLOAD(
90 PYBIND11_OVERLOAD(
142 PYBIND11_OVERLOAD(NonCopyable, NCVirt, get_noncopyable, a, b);
236 PYBIND11_OVERLOAD(PYBIND11_TYPE(typename std::enable_if<true, void>::type), A, f);
258 PYBIND11_OVERLOAD(void, A2, f);
295 std::string str_value() override { PYBIND11_OVERLOAD(std::string, OverrideTest, str_value); }
298 // std::string &str_ref() override { PYBIND11_OVERLOAD(std::string &, OverrideTest, str_ref); }
302 std::string str_ref_helper() { PYBIND11_OVERLOAD(std::string, OverrideTest, str_ref); }
306 A A_value() override { PYBIND11_OVERLOAD(
[all...]
H A Dtest_gil_scoped.cpp23 PYBIND11_OVERLOAD(void, VirtClass, virtual_func,);
H A Dtest_factory_constructors.cpp91 int get() override { PYBIND11_OVERLOAD(int, TestFactory6, get, /*no args*/); }
112 int get() override { PYBIND11_OVERLOAD(int, TestFactory7, get, /*no args*/); }
H A Dtest_class.cpp290 int foo() const override { PYBIND11_OVERLOAD(int, ProtectedB, foo, ); }
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2160 #define PYBIND11_OVERLOAD(ret_type, cname, fn, ...) \ macro
2164 Macro for pure virtual functions, this function is identical to :c:macro:`PYBIND11_OVERLOAD`, except that it throws

Completed in 20 milliseconds