Searched refs:load_impl (Results 1 – 1 of 1) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | cast.h | 496 return load_impl<type_caster_generic>(src, convert); in load() 660 PYBIND11_NOINLINE bool load_impl(handle src, bool convert) { in load_impl() function 719 if (load_impl<ThisT>(temp, false)) { in load_impl() 1440 return load_impl(seq, convert, indices{}); 1472 static constexpr bool load_impl(const sequence &, bool, index_sequence<>) { return true; } 1475 bool load_impl(const sequence &seq, bool convert, index_sequence<Is...>) { 1532 return base::template load_impl<copyable_holder_caster<type, holder_type>>(src, convert);
|