Searched defs:cast (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dcomplex.h58 static handle cast(const std::complex<T> &src, return_value_policy /* policy */, handle /* parent */) { function in class:type_caster
H A Dchrono.h73 static handle cast(const type &src, return_value_policy /* policy */, handle /* parent */) { function in class:duration_caster
147 static handle cast(const std::chrono::time_point<std::chrono::system_clock, Duration> &src, return_value_policy /* policy */, handle /* parent */) { function in class:type_caster
H A Dfunctional.h85 static handle cast(Func &&f_, return_value_policy policy, handle /* parent */) { function in struct:type_caster
H A Dstl.h86 static handle cast(T &&src, return_value_policy policy, handle parent) { function in struct:set_caster
122 static handle cast(T &&src, return_value_policy policy, handle parent) { function in struct:map_caster
169 static handle cast(T &&src, return_value_policy policy, handle parent) { function in struct:list_caster
228 static handle cast(T &&src, return_value_policy policy, handle parent) { function in struct:array_caster
266 static handle cast(T function in struct:optional_caster
361 static handle cast(Variant &&src, return_value_policy policy, handle parent) { function in struct:variant_caster
[all...]
H A Deigen.h317 static handle cast(Type &&src, return_value_policy /* policy */, handle parent) { function in struct:type_caster
321 static handle cast(const Type &&src, return_value_policy /* policy */, handle parent) { function in struct:type_caster
325 static handle cast(Type &src, return_value_policy policy, handle parent) { function in struct:type_caster
331 static handle cast(const Type &src, return_value_policy policy, handle parent) { function in struct:type_caster
337 static handle cast(Type *src, return_value_policy policy, handle parent) { function in struct:type_caster
341 static handle cast(const Type *src, return_value_policy policy, handle parent) { function in struct:type_caster
369 static handle cast(const MapType &src, return_value_policy policy, handle parent) { function in struct:eigen_map_caster
524 static handle cast(cons function in struct:type_caster
528 static handle cast(const Type *src, return_value_policy policy, handle parent) { return cast(*src, policy, parent); } function in struct:type_caster
580 static handle cast(const Type &src, return_value_policy /* policy */, handle /* parent */) { function in struct:type_caster
[all...]
H A Dcast.h495 PYBIND11_NOINLINE static handle cast(const void *_src, return_value_policy policy, handle parent, function in class:type_caster_generic
835 static handle cast(const itype &src, return_value_policy policy, handle parent) { function in class:type_caster_base
841 static handle cast(itype &&src, return_value_policy, handle parent) { function in class:type_caster_base
869 static handle cast(const itype *src, return_value_policy policy, handle parent) { function in class:type_caster_base
[all...]
H A Dpytypes.h509 template <typename T> T cast() cons function in class:accessor
[all...]
/gem5/ext/pybind11/tests/
H A Dpybind11_tests.h61 static handle cast(RValueCaster &&, return_value_policy, handle) { return py::str("rvalue").release(); } function in class:type_caster
62 static handle cast(const RValueCaster &, return_value_policy, handle) { return py::str("lvalue").release(); } function in class:type_caster
H A Dtest_copy_move.cpp76 static handle cast(const MoveOnlyInt &m, return_value_policy r, handle p) { return pybind11::cast(m.value, r, p); } function in struct:type_caster
82 static handle cast(const MoveOrCopyInt &m, return_value_policy r, handle p) { return pybind11::cast(m.value, r, p); } function in struct:type_caster
91 static handle cast(const CopyOnlyInt &m, return_value_policy r, handle p) { return pybind11::cast(m.value, r, p); } function in struct:type_caster
92 static handle cast(cons function in struct:type_caster
[all...]
H A Dtest_methods_and_attributes.cpp124 static handle cast(const ArgInspector1 &src, return_value_policy, handle) { function in struct:pybind11::detail::type_caster
139 static handle cast(const ArgInspector2 &src, return_value_policy, handle) { function in struct:pybind11::detail::type_caster
151 static handle cast(const ArgAlwaysConverts &, return_value_policy, handle) { function in struct:pybind11::detail::type_caster
172 static handle cast(const DestructionTester &, return_value_policy, handle) { function in struct:pybind11::detail::type_caster
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp620 sc_fxnum_fast::cast() function in class:sc_dt::sc_fxnum_fast
H A Dsc_fxnum.h2571 sc_fxnum::cast() function in class:sc_dt::sc_fxnum
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc565 sc_fxnum_fast::cast() function in class:sc_dt::sc_fxnum_fast
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh2176 sc_fxnum::cast() function in class:sc_dt::sc_fxnum
[all...]

Completed in 52 milliseconds