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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h218 // Default constructor (used to signal a value-and-holder not found by get_value_and_holder())
322 PYBIND11_NOINLINE inline value_and_holder instance::get_value_and_holder(const type_info *find_type /*= nullptr default in common.h*/, bool throw_if_missing /*= true in common.h*/) { function in class:instance
336 pybind11_fail("pybind11::detail::instance::get_value_and_holder: "
340 pybind11_fail("pybind11::detail::instance::get_value_and_holder: `" +
657 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder());
672 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder());
681 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder(base));
H A Dpybind11.h441 self_value_and_holder = pi->get_value_and_holder(tinfo, false);
1340 auto v_h = inst->get_value_and_holder(detail::get_type_info(typeid(type)));
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h433 value_and_holder get_value_and_holder(const type_info *find_type = nullptr, bool throw_if_missing = true);

Completed in 25 milliseconds