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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h327 if (instance->owned || v_h.holder_constructed())
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h779 if (overloads->is_constructor && !self_value_and_holder.holder_constructed()) {
1307 if (!v_h.holder_constructed() && inst->owned) {
1350 if (v_h.holder_constructed()) {
H A Dcast.h233 bool holder_constructed() const { function in struct:value_and_holder
374 space += size_in_ptrs(n_types); // status bytes (holder_constructed and instance_registered)
1477 if (v_h.holder_constructed()) {

Completed in 23 milliseconds