Searched defs:THPPointer (Results 1 – 4 of 4) sorted by relevance
12 template class THPPointer<PyObject>; variable20 template class THPPointer<PyCodeObject>; variable28 template class THPPointer<PyFrameObject>; variable
10 THPPointer() : ptr(nullptr){}; in THPPointer() function11 explicit THPPointer(T* ptr) noexcept : ptr(ptr){}; in THPPointer() function12 THPPointer(THPPointer&& p) noexcept : ptr(std::exchange(p.ptr, nullptr)) {} in THPPointer() function
183 template class THPPointer<THPGenerator>; variable245 template class THPPointer<THPStorage>; variable
32 class THPPointer; variable