Searched refs:cast_impl (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h295 static handle cast_impl(CType *src, return_value_policy policy, handle parent) { function in struct:type_caster
318 return cast_impl(&src, return_value_policy::move, parent);
322 return cast_impl(&src, return_value_policy::move, parent);
328 return cast_impl(&src, policy, parent);
338 return cast_impl(src, policy, parent);
342 return cast_impl(src, policy, parent);
H A Dcast.h1378 return cast_impl(std::forward<T>(src), policy, parent, indices{});
1406 static handle cast_impl(T &&src, return_value_policy policy, handle parent, index_sequence<Is...>) {

Completed in 14 milliseconds