Home
last modified time | relevance | path

Searched refs:PySequence_List (Results 1 – 25 of 29) sorted by relevance

12

/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc384 PySequence_List(reinterpret_cast<PyObject*>(self))); in SortPythonMessages()
425 PySequence_List(reinterpret_cast<PyObject*>(self))); in ReversePythonMessages()
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc384 PySequence_List(reinterpret_cast<PyObject*>(self))); in SortPythonMessages()
425 PySequence_List(reinterpret_cast<PyObject*>(self))); in ReversePythonMessages()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc384 PySequence_List(reinterpret_cast<PyObject*>(self))); in SortPythonMessages()
425 PySequence_List(reinterpret_cast<PyObject*>(self))); in ReversePythonMessages()
/external/python/cpython3/Include/
Dabstract.h717 PyAPI_FUNC(PyObject *) PySequence_List(PyObject *o);
/external/tensorflow/tensorflow/python/framework/
Dop_def_util.cc194 Safe_PyObjectPtr result(PySequence_List(value)); in ConvertListAttr()
Dpython_api_parameter_converter.cc481 PyObject* copy = PySequence_List(src); in CopyPythonAPITensorLists()
/external/python/cpython3/Modules/
D_collectionsmodule.c482 PyObject *s = PySequence_List(iterable); in deque_extend_impl()
538 PyObject *s = PySequence_List(iterable); in deque_extendleft_impl()
858 seq = PySequence_List((PyObject *)deque); in deque_inplace_repeat_lock_held()
1616 aslist = PySequence_List(deque); in deque_repr()
D_ssl.c6085 PyObject *lst = PySequence_List(result); in _ssl_enum_certificates_impl()
6172 PyObject *lst = PySequence_List(result); in _ssl_enum_crls_impl()
D_pickle.c3395 items = PySequence_List(obj); in save_set()
3469 items = PySequence_List(obj); in save_frozenset()
/external/python/cpython3/Modules/_testlimitedcapi/
Dabstract.c508 return PySequence_List(obj); in sequence_list()
/external/python/cpython3/Doc/c-api/
Dsequence.rst114 .. c:function:: PyObject* PySequence_List(PyObject *o)
/external/python/cpython3/Objects/
Dsetobject.c534 keys = PySequence_List((PyObject *)so); in set_repr_lock_held()
807 PyObject *list = PySequence_List((PyObject*)&tmp); in setiter_reduce()
2274 keys = PySequence_List((PyObject *)so); in set___reduce___impl()
Dabstract.c2122 PySequence_List(PyObject *v) in PySequence_List() function
2166 v = PySequence_List(it); in PySequence_Fast()
2489 result = PySequence_List(it); in method_output_as_list()
Dodictobject.c1787 PyObject *list = PySequence_List((PyObject*)&tmp); in odictiter_reduce()
Dobject.c1957 sorted = PySequence_List(result); in _dir_object()
Ddictobject.c5764 PyObject *list = PySequence_List((PyObject*)&tmp);
5974 seq = PySequence_List((PyObject *)dv);
Dexceptions.c951 PyObject *notes_copy = PySequence_List(notes); in exceptiongroup_subset()
Dtypeobject.c2942 Py_SETREF(seq, PySequence_List(seq)); in type_mro_impl()
6134 sorted_methods = PySequence_List(abstract_methods); in object_new()
/external/python/cpython3/PC/
Dpython3dll.c550 EXPORT_FUNC(PySequence_List)
/external/python/cpython3/Doc/data/
Dstable_abi.dat584 func,PySequence_List,3.2,,
Drefcounts.dat2066 PySequence_List:PyObject*::+1:
2067 PySequence_List:PyObject*:o:0:
/external/python/cpython3/Python/
Dgetargs.c1429 PyObject *kwlist = PySequence_List(kwtuple); in error_unexpected_keyword_arg()
1753 PyObject *pykwlist = PySequence_List(_pykwtuple); in vgetargskeywords()
Dbltinmodule.c2469 newlist = PySequence_List(seq); in builtin_sorted()
Dceval.c2119 l = PySequence_List(it); in _PyEval_UnpackIterable()
/external/python/cpython3/Misc/
Dstable_abi.toml1270 [function.PySequence_List]

12