Searched refs:owned (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h264 inst->owned = true;
327 if (instance->owned || v_h.holder_constructed())
H A Dcommon.h322 /** Create a new copy of the returned object, which will be owned by
328 that will be owned by Python. This policy is comparably safe because the
391 /// If true, the pointer is owned which means we're free to manage it with a holder.
392 bool owned : 1; member in struct:instance
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h391 owned = true;
517 wrapper->owned = false;
524 wrapper->owned = true;
530 wrapper->owned = false;
539 wrapper->owned = true;
550 wrapper->owned = true;
555 wrapper->owned = false;
H A Dpybind11.h1307 if (!v_h.holder_constructed() && inst->owned) {
1329 } else if (inst->owned || detail::always_construct_holder<holder_type>::value) {
1338 /// `.owned`, a new holder will be constructed to manage the value pointer.

Completed in 28 milliseconds