Home
last modified time | relevance | path

Searched refs:PyDictViewSet_Check (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddictobject.h74 # define PyDictViewSet_Check(op) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddictobject.h74 # define PyDictViewSet_Check(op) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddictobject.h74 # define PyDictViewSet_Check(op) \ macro
/aosp_15_r20/external/python/cpython3/Include/
Ddictobject.h74 # define PyDictViewSet_Check(op) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddictobject.h74 # define PyDictViewSet_Check(op) \ macro
/aosp_15_r20/external/python/cpython2/Include/
Ddictobject.h106 # define PyDictViewSet_Check(op) \ macro
/aosp_15_r20/external/python/cpython3/Objects/
Ddictobject.c4654 assert(PyDictViewSet_Check(self)); in dictview_richcompare()
4657 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()
4810 if (!PyDictViewSet_Check(self)) { in _PyDictView_Intersect()
4827 if (PyDictViewSet_Check(other)) { in _PyDictView_Intersect()
5040 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) { in dictviews_isdisjoint()
/aosp_15_r20/external/python/cpython2/Objects/
Ddictobject.c2949 assert(PyDictViewSet_Check(self)); in dictview_richcompare()
2952 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) { in dictview_richcompare()