Searched defs:pyobj_slot (Results 1 – 3 of 3) sorted by relevance
243 impl::PyObjectSlot* pyobj_slot() { in pyobj_slot() function247 const impl::PyObjectSlot* pyobj_slot() const { in pyobj_slot() function
2126 impl::PyObjectSlot* pyobj_slot() { in pyobj_slot() function2130 const impl::PyObjectSlot* pyobj_slot() const { in pyobj_slot() function
99 c10::impl::PyObjectSlot* pyobj_slot = storage_impl->pyobj_slot(); in THPStorage_Wrap() local