Home
last modified time | relevance | path

Searched refs:PyList_Size (Results 1 - 22 of 22) sorted by relevance

/third_party/python/Include/
H A Dlistobject.h29 PyAPI_FUNC(Py_ssize_t) PyList_Size(PyObject *);
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc166 Py_ssize_t size = PyList_Size(py_list.get()); in FindAllExtensionNumbers()
H A Ddescriptor_containers.cc350 if (size != PyList_Size(other)) { in DescriptorSequence_Equal()
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c137 Py_ssize_t len = PyList_Size(list); in Py_UNUSED()
/third_party/python/Modules/
H A Dsyslogmodule.c80 argv_len = PyList_Size(argv); in syslog_get_argv()
H A Dtermios.c168 if (!PyList_Check(term) || PyList_Size(term) != 7) { in termios_tcsetattr_impl()
197 if (!PyList_Check(cc) || PyList_Size(cc) != NCCS) { in termios_tcsetattr_impl()
H A Darraymodule.c1587 n = PyList_Size(list); in array_array_fromlist()
H A Dposixmodule.c6551 argc = PyList_Size(argv); in os_spawnv_impl()
6657 argc = PyList_Size(argv); in os_spawnve_impl()
H A D_pickle.c3069 if ((len = PyList_Size(obj)) < 0) in save_list()
H A D_ssl.c1490 if (PyList_Size(lst) == 0) { in _get_aia_uri()
/third_party/selinux/libselinux/src/
H A Daudit2why.c336 numlines = PyList_Size(listObj); in analyze()
/third_party/python/Python/
H A Dtraceback.c337 npath = PyList_Size(syspath); in _Py_FindSourceFile()
H A Dcodecs.c160 const Py_ssize_t len = PyList_Size(interp->codec_search_path); in _PyCodec_Lookup()
H A Dimport.c912 nhooks = PyList_Size(path_hooks); in get_path_importer()
H A Dpylifecycle.c1172 if (warnoptions != NULL && PyList_Size(warnoptions) > 0) in init_interp_main()
H A Dcompile.c609 n = PyList_Size(list); in list2dict()
/third_party/python/PC/
H A Dpython3dll.c324 EXPORT_FUNC(PyList_Size)
H A Dwinreg.c650 i = PyList_Size(value); in Py2Reg()
/third_party/python/Modules/_sre/
H A Dsre.c1366 if (PyList_Size(flag_items) > 0) { in pattern_repr()
/third_party/python/Modules/_sqlite/
H A Dconnection.c922 for (i = 0; i < PyList_Size(self->cursors); i++) { in _pysqlite_drop_unused_cursor_references()
/third_party/python/Objects/
H A Dlistobject.c219 PyList_Size(PyObject *op) in PyList_Size() function
/third_party/python/Modules/_decimal/
H A D_decimal.c384 n = PyList_Size(list); in list_as_flags()

Completed in 85 milliseconds