Home
last modified time | relevance | path

Searched defs:ref_obj (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_weakref.h58 static inline PyObject* _PyWeakref_GET_REF(PyObject *ref_obj) in _PyWeakref_GET_REF()
85 static inline int _PyWeakref_IS_DEAD(PyObject *ref_obj) in _PyWeakref_IS_DEAD()
/external/python/cpython3/Include/cpython/
Dweakrefobject.h45 Py_DEPRECATED(3.13) static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) in PyWeakref_GET_OBJECT()
/external/pytorch/test/cpp/jit/
Dtest_custom_class.cpp34 auto ref_obj = obj.toCustomClass<MyStackClass<std::string>>(); in TEST() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_unittest.cpp434 auto ref_obj = original_obj->MakeReference(m_ObjHolder.get()); in TEST_F() local
1029 auto ref_obj = original_ref->MakeReference(obj_holder.get()); in TEST() local