Home
last modified time | relevance | path

Searched defs:iobj (Results 1 – 25 of 31) sorted by relevance

12

/third_party/python/Objects/stringlib/clinic/
Dtransmogrify.h.h73 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_ljust() local
129 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_rjust() local
185 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_center() local
237 PyObject *iobj = _PyNumber_Index(arg); in stringlib_zfill() local
/third_party/python/Modules/clinic/
D_bisectmodule.c.h52 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_bisect_right() local
134 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_insort_right() local
215 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_bisect_left() local
297 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_insort_left() local
D_collectionsmodule.c.h55 PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 0)); in tuplegetter_new() local
Darraymodule.c.h124 PyObject *iobj = _PyNumber_Index(args[0]); in array_array_pop() local
195 PyObject *iobj = _PyNumber_Index(args[0]); in array_array_insert() local
306 PyObject *iobj = _PyNumber_Index(args[1]); in array_array_fromfile() local
D_struct.c.h129 PyObject *iobj = _PyNumber_Index(args[1]); in Struct_unpack_from() local
315 PyObject *iobj = _PyNumber_Index(args[2]); in unpack_from() local
D_bz2module.c.h121 PyObject *iobj = _PyNumber_Index(args[1]); in _bz2_BZ2Decompressor_decompress() local
Ditertoolsmodule.c.h206 PyObject *iobj = _PyNumber_Index(args[1]); in itertools_tee() local
387 PyObject *iobj = _PyNumber_Index(fastargs[1]); in itertools_combinations() local
435 PyObject *iobj = _PyNumber_Index(fastargs[1]); in itertools_combinations_with_replacement() local
D_sre.c.h300 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_findall() local
316 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_findall() local
436 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_split() local
589 PyObject *iobj = _PyNumber_Index(args[3]); in _sre_compile() local
D_lzmamodule.c.h121 PyObject *iobj = _PyNumber_Index(args[1]); in _lzma_LZMADecompressor_decompress() local
Daudioop.c.h42 PyObject *iobj = _PyNumber_Index(args[2]); in audioop_getsample() local
375 PyObject *iobj = _PyNumber_Index(args[1]); in audioop_findmax() local
D_hashopenssl.c.h97 PyObject *iobj = _PyNumber_Index(args[0]); in EVPXOF_digest() local
144 PyObject *iobj = _PyNumber_Index(args[0]); in EVPXOF_hexdigest() local
Dzlibmodule.c.h120 PyObject *iobj = _PyNumber_Index(args[2]); in zlib_decompress() local
D_elementtree.c.h435 PyObject *iobj = _PyNumber_Index(args[0]); in _elementtree_Element_insert() local
/third_party/python/Modules/_io/clinic/
Dbufferedio.c.h125 PyObject *iobj = _PyNumber_Index(args[0]); in _io__Buffered_peek() local
200 PyObject *iobj = _PyNumber_Index(args[0]); in _io__Buffered_read1() local
424 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedReader___init__() local
478 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedWriter___init__() local
570 PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 2)); in _io_BufferedRWPair___init__() local
624 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedRandom___init__() local
Diobase.c.h279 PyObject *iobj = _PyNumber_Index(args[0]); in _io__RawIOBase_read() local
Dstringio.c.h182 PyObject *iobj = _PyNumber_Index(args[0]); in _io_StringIO_seek() local
Dbytesio.c.h407 PyObject *iobj = _PyNumber_Index(args[0]); in _io_BytesIO_seek() local
Dtextio.c.h455 PyObject *iobj = _PyNumber_Index(args[0]); in _io_TextIOWrapper_readline() local
/third_party/python/Objects/clinic/
Dunicodeobject.c.h91 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_center() local
525 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_ljust() local
720 PyObject *iobj = _PyNumber_Index(args[2]); in unicode_replace() local
834 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_rjust() local
903 PyObject *iobj = _PyNumber_Index(args[1]); in unicode_split() local
1000 PyObject *iobj = _PyNumber_Index(args[1]); in unicode_rsplit() local
1196 PyObject *iobj = _PyNumber_Index(arg); in unicode_zfill() local
Dlistobject.c.h29 PyObject *iobj = _PyNumber_Index(args[0]); in list_insert() local
128 PyObject *iobj = _PyNumber_Index(args[0]); in list_pop() local
Dbytearrayobject.c.h342 PyObject *iobj = _PyNumber_Index(args[2]); in bytearray_replace() local
415 PyObject *iobj = _PyNumber_Index(args[1]); in bytearray_split() local
514 PyObject *iobj = _PyNumber_Index(args[1]); in bytearray_rsplit() local
578 PyObject *iobj = _PyNumber_Index(args[0]); in bytearray_insert() local
671 PyObject *iobj = _PyNumber_Index(args[0]); in bytearray_pop() local
Dbytesobject.c.h51 PyObject *iobj = _PyNumber_Index(args[1]); in bytes_split() local
202 PyObject *iobj = _PyNumber_Index(args[1]); in bytes_rsplit() local
488 PyObject *iobj = _PyNumber_Index(args[2]); in bytes_replace() local
Dlongobject.c.h273 PyObject *iobj = _PyNumber_Index(args[0]); in int_to_bytes() local
/third_party/python/Python/clinic/
D_warnings.c.h48 PyObject *iobj = _PyNumber_Index(args[2]); in warnings_warn() local
/third_party/typescript/tests/cases/compiler/
DcapturedLetConstInLoop1.ts135 declare const iobj: { [x: number]: any }; constant

12