Home
last modified time | relevance | path

Searched refs:PyAnySet_CheckExact (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsetobject.h28 #define PyAnySet_CheckExact(ob) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsetobject.h28 #define PyAnySet_CheckExact(ob) \ macro
/aosp_15_r20/external/python/cpython3/Include/
Dsetobject.h28 #define PyAnySet_CheckExact(ob) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsetobject.h28 #define PyAnySet_CheckExact(ob) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsetobject.h28 #define PyAnySet_CheckExact(ob) \ macro
/aosp_15_r20/external/python/cpython2/Include/
Dsetobject.h70 #define PyAnySet_CheckExact(ob) \ macro
/aosp_15_r20/external/python/cpython2/Objects/
Dsetobject.c566 if (numfree < PySet_MAXFREELIST && PyAnySet_CheckExact(so)) in set_dealloc()
1014 assert (so != NULL && PyAnySet_CheckExact(so)); in make_new_set()
1419 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()
2410 assert(PyAnySet_CheckExact(ob)); in test_c_api()
Ddictobject.c1455 if (PyAnySet_CheckExact(seq)) { in dict_fromkeys()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dset.rst75 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dset.rst74 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
/aosp_15_r20/external/python/cpython3/Objects/
Dsetobject.c1356 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()
2404 assert(PyAnySet_CheckExact(ob)); in test_c_api()
Ddictobject.c2301 if (PyAnySet_CheckExact(iterable)) { in _PyDict_FromKeys()
/aosp_15_r20/external/python/cpython2/Python/
Dmarshal.c397 else if (PyAnySet_CheckExact(v)) { in w_object()
/aosp_15_r20/external/python/cpython3/Python/
Dmarshal.c501 else if (PyAnySet_CheckExact(v)) { in w_complex_object()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat37 PyAnySet_CheckExact:int:::
38 PyAnySet_CheckExact:PyObject*:p:0: