Home
last modified time | relevance | path

Searched refs:PyDict_Size (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Include/cpython/
H A Dodictobject.h34 #define PyODict_Size(od) PyDict_Size(_PyObject_CAST(od))
/third_party/python/Include/
H A Ddictobject.h32 PyAPI_FUNC(Py_ssize_t) PyDict_Size(PyObject *mp);
/third_party/python/PC/
H A Dpython3dll.c186 EXPORT_FUNC(PyDict_Size)
/third_party/python/Python/
H A Dcontext.c442 if (PyTuple_Size(args) || (kwds != NULL && PyDict_Size(kwds))) { in context_tp_new()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc394 if (size != PyDict_Size(other)) { in DescriptorMapping_Equal()
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c129 Py_ssize_t len = PyDict_Size(shareable); in _get_shared_ns()
H A D_testcapimodule.c6143 c_kwargs_len = PyDict_Size(kwargs); in eval_eval_code_ex()
/third_party/python/Modules/_decimal/
H A D_decimal.c434 if (PyDict_Size(val) != SIGNAL_MAP_LEN) { in dict_as_flags()
/third_party/python/Objects/
H A Ddictobject.c3108 PyDict_Size(PyObject *mp) in PyDict_Size() function
H A Dtypeobject.c6594 if (PyDict_Size(subclasses) == 0) { in remove_subclass()

Completed in 44 milliseconds