Searched refs:PYBIND11_OVERLOAD_PURE (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_gil_scoped.cpp26 PYBIND11_OVERLOAD_PURE(void, VirtClass, pure_virtual_func,);
H A Dtest_virtual_functions.cpp59 PYBIND11_OVERLOAD_PURE(
69 PYBIND11_OVERLOAD_PURE(
146 PYBIND11_OVERLOAD_PURE(Movable, NCVirt, get_movable, a, b);
158 PYBIND11_OVERLOAD_PURE(std::string, Base, dispatch, /* no arguments */);
377 int unlucky_number() override { PYBIND11_OVERLOAD_PURE(int, A_Repeat, unlucky_number, ); }
420 int unlucky_number() override { PYBIND11_OVERLOAD_PURE(int, Base, unlucky_number, ); }
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp33 int the_answer() const override { PYBIND11_OVERLOAD_PURE(int, Widget, the_answer); }
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2151 PYBIND11_OVERLOAD_PURE(
2167 #define PYBIND11_OVERLOAD_PURE(ret_type, cname, fn, ...) \ macro

Completed in 17 milliseconds