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

/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp38 template <typename T> class huge_unique_ptr { class
42 huge_unique_ptr(T *p) : ptr(p) {}; function in class:huge_unique_ptr
45 PYBIND11_DECLARE_HOLDER_TYPE(T, huge_unique_ptr<T>);
216 class MyObject5 { // managed by huge_unique_ptr
222 py::class_<MyObject5, huge_unique_ptr<MyObject5>>(m, "MyObject5")

Completed in 5 milliseconds