Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dfunction_parameter_canonicalizer.cc45 PyUnicode_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
/external/python/cpython3/Modules/
D_operator.c1201 PyUnicode_InternInPlace(&item); in attrgetter_new()
1227 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1241 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1512 PyUnicode_InternInPlace(&name); in methodcaller_new()
D_tracemalloc.c910 PyUnicode_InternInPlace(&unknown_filename); in tracemalloc_init()
D_pickle.c6709 PyUnicode_InternInPlace(&d_key); in load_build()
/external/python/cpython3/Include/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/external/python/cpython3/Objects/
Dcodeobject.c54 PyUnicode_InternInPlace(&_PyTuple_ITEMS(tuple)[i]); in intern_strings()
72 PyUnicode_InternInPlace(&v); in intern_string_constants()
Dobject.c1042 PyUnicode_InternInPlace(&name); in PyObject_SetAttr()
Dunicodeobject.c2373 PyUnicode_InternInPlace(&obj); in _PyUnicode_FromId()
15833 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function
15905 PyUnicode_InternInPlace(p); in PyUnicode_InternImmortal()
15918 PyUnicode_InternInPlace(&s); in PyUnicode_InternFromString()
Dtypeobject.c597 PyUnicode_InternInPlace(&mod); in type_module()
3996 PyUnicode_InternInPlace(&name); in type_setattro()
Ddictobject.c3613 PyUnicode_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
/external/python/cpython3/Python/
Dmarshal.c1116 PyUnicode_InternInPlace(&v); in r_object()
1148 PyUnicode_InternInPlace(&v); in r_object()
Dcodecs.c145 PyUnicode_InternInPlace(&v); in _PyCodec_Lookup()
Dgetargs.c1962 PyUnicode_InternInPlace(&str); in parser_init()
Dsysmodule.c909 PyUnicode_InternInPlace(&s); in sys_intern_impl()
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc284 PyUnicode_InternInPlace(&kwargs[i].first.ptr()); in ParseArguments()
622 PyUnicode_InternInPlace(&s.ptr()); in CompiledFunction()
/external/python/cpython3/PC/
Dpython3dll.c672 EXPORT_FUNC(PyUnicode_InternInPlace)
/external/python/cpython3/Doc/data/
Dstable_abi.dat747 function,PyUnicode_InternInPlace,3.2,
Drefcounts.dat2731 PyUnicode_InternInPlace:void:::
2732 PyUnicode_InternInPlace:PyObject**:string:+1:
Dpython3.10.abi819 …<elf-symbol name='PyUnicode_InternInPlace' type='func-type' binding='global-binding' visibility='d…
1818 …<function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='./I…
10899PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c'…
/external/python/cpython3/Parser/
Dpegen.c137 PyUnicode_InternInPlace(&id); in _PyPegen_new_identifier()
1657 PyUnicode_InternInPlace(&uni); in _PyPegen_join_names_with_dot()
/external/python/cpython3/Misc/
Dstable_abi.txt1480 function PyUnicode_InternInPlace
/external/python/cpython3/Doc/c-api/
Dunicode.rst1712 .. c:function:: void PyUnicode_InternInPlace(PyObject **string)
1728 :c:func:`PyUnicode_InternInPlace`, returning either a new Unicode string
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst3237 removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace` instead. Patch
/external/python/cpython3/Doc/whatsnew/
D3.10.rst2206 and will be removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace`
/external/python/cffi/c/
D_cffi_backend.c139 # define PyText_InternInPlace PyUnicode_InternInPlace