Home
last modified time | relevance | path

Searched refs:PyIndex_Check (Results 1 – 25 of 54) sorted by relevance

123

/external/python/cffi/c/
Dminibuffer.h250 if (PyIndex_Check(item)) { in mb_subscript()
284 if (PyIndex_Check(item)) { in mb_ass_subscript()
/external/python/cpython3/Objects/
Dinterpreteridobject.c45 else if (PyIndex_Check(arg)) { in interp_id_converter()
Dabstract.c161 if (PyIndex_Check(key)) { in PyObject_GetItem()
204 if (PyIndex_Check(key)) { in PyObject_SetItem()
236 if (PyIndex_Check(key)) { in PyObject_DelItem()
974 if (PyIndex_Check(n)) { in sequence_repeat()
1251 #undef PyIndex_Check
1254 PyIndex_Check(PyObject *obj) in PyIndex_Check() function
1276 if (!PyIndex_Check(item)) { in PyNumber_Index()
Dsliceobject.c356 if (PyIndex_Check(v)) { in evaluate_slice_index()
Dbytearrayobject.c397 if (PyIndex_Check(index)) { in bytearray_subscript()
616 if (PyIndex_Check(index)) { in bytearray_ass_subscript()
815 if (PyIndex_Check(arg)) { in bytearray_init()
Dbytes_methods.c469 if (!PyIndex_Check(tmp_subobj)) { in parse_args_finds_byte()
Dmemoryobject.c2413 if (!PyIndex_Check(x)) in is_multiindex()
2451 if (PyIndex_Check(key)) { in memory_subscript()
2522 if (PyIndex_Check(key)) { in memory_ass_sub()
Dtupleobject.c747 if (PyIndex_Check(item)) { in tuplesubscript()
/external/python/cpython3/Include/cpython/
Dabstract.h269 #define PyIndex_Check(obj) \ macro
/external/python/cpython2/Objects/
Dmemoryobject.c577 if (PyIndex_Check(key)) { in memory_subscript()
649 if (PyIndex_Check(key)) { in memory_ass_sub()
Dbufferobject.c509 if (PyIndex_Check(item)) { in buffer_subscript()
706 if (PyIndex_Check(item)) { in buffer_ass_subscript()
Dabstract.c147 if (PyIndex_Check(key)) { in PyObject_GetItem()
176 if (PyIndex_Check(key)) { in PyObject_SetItem()
208 if (PyIndex_Check(key)) { in PyObject_DelItem()
1201 if (PyIndex_Check(n)) {
1499 if (PyIndex_Check(item)) {
Dstructseq.c97 if (PyIndex_Check(item)) { in structseq_subscript()
Dtupleobject.c701 if (PyIndex_Check(item)) { in tuplesubscript()
/external/python/cpython3/Modules/
Dmmapmodule.c824 if (PyIndex_Check(item)) { in mmap_subscript()
910 if (PyIndex_Check(item)) { in mmap_ass_subscript()
928 if (!PyIndex_Check(value)) { in mmap_ass_subscript()
/external/python/cpython2/Modules/_ctypes/
Dctypes.h18 #define PyIndex_Check(ob) PyInt_Check(ob) macro
/external/python/cpython3/Include/
Dabstract.h491 PyAPI_FUNC(int) PyIndex_Check(PyObject *);
/external/python/cpython2/Include/
Dabstract.h848 #define PyIndex_Check(obj) \ macro
/external/python/cpython2/Modules/
Dmmapmodule.c771 if (PyIndex_Check(item)) { in mmap_subscript()
892 if (PyIndex_Check(item)) { in mmap_ass_subscript()
/external/python/cpython3/Python/
Dmodsupport.c23 else if (PyIndex_Check(obj)) { in _Py_convert_optional_to_ssize_t()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc240 if (PyIndex_Check(item)) { in Subscript()
/external/python/cpython3/PC/
Dpython3.def298 PyIndex_Check=python38.PyIndex_Check
/external/python/cpython2/Modules/_io/
Dbytesio.c705 if (!PyIndex_Check(position_obj)) { in bytesio_setstate()
Dstringio.c757 if (!PyIndex_Check(position_obj)) { in stringio_setstate()
/external/python/cpython3/Doc/c-api/
Dnumber.rst282 .. c:function:: int PyIndex_Check(PyObject *o)

123