Home
last modified time | relevance | path

Searched refs:get_value_and_holder (Results 1 – 3 of 3) sorted by relevance

/external/python/pybind11/include/pybind11/
Dcast.h326 PYBIND11_NOINLINE inline value_and_holder instance::get_value_and_holder(const type_info *find_type… in get_value_and_holder() function
678 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl()
693 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl()
702 … this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder(base)); in load_impl()
Dpybind11.h564 self_value_and_holder = pi->get_value_and_holder(tinfo, true); in PYBIND11_NAMESPACE_BEGIN()
1550 auto v_h = inst->get_value_and_holder(detail::get_type_info(typeid(type)));
/external/python/pybind11/include/pybind11/detail/
Dcommon.h470 …value_and_holder get_value_and_holder(const type_info *find_type = nullptr, bool throw_if_missing …