Home
last modified time | relevance | path

Searched defs:PyDict_GET_SIZE (Results 1 – 5 of 5) sorted by relevance

/prebuilts/build-tools/common/py3-headers/Include/cpython/
Ddictobject.h55 static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) { in PyDict_GET_SIZE() function
65 #define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op)) macro
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/cpython/
Ddictobject.h49 #define PyDict_GET_SIZE(mp) (assert(PyDict_Check(mp)),((PyDictObject *)mp)->ma_used) macro
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Ddictobject.h49 #define PyDict_GET_SIZE(mp) (assert(PyDict_Check(mp)),((PyDictObject *)mp)->ma_used) macro
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Ddictobject.h49 #define PyDict_GET_SIZE(mp) (assert(PyDict_Check(mp)),((PyDictObject *)mp)->ma_used) macro
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Ddictobject.h49 #define PyDict_GET_SIZE(mp) (assert(PyDict_Check(mp)),((PyDictObject *)mp)->ma_used) macro