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

/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h492 get_cache() = reinterpret_borrow<object>(object_or_cast(std::forward<T>(value)));
507 operator object() const { return get_cache(); }
508 PyObject *ptr() const { return get_cache().ptr(); }
509 template <typename T> T cast() const { return get_cache().template cast<T>(); }
512 object &get_cache() const { function in class:accessor

Completed in 15 milliseconds