Home
last modified time | relevance | path

Searched refs:PyString_InternInPlace (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Include/
Dstringobject.h82 PyAPI_FUNC(void) PyString_InternInPlace(PyObject **);
/external/tensorflow/tensorflow/python/util/
Dfunction_parameter_canonicalizer.cc42 PyString_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
/external/python/cpython2/PC/os2vacpp/
Dpython.def369 PyString_InternInPlace
/external/python/cpython2/Objects/
Dcodeobject.c41 PyString_InternInPlace(&PyTuple_GET_ITEM(tuple, i)); in intern_strings()
57 PyString_InternInPlace(&v); in intern_string_constants()
Dstringobject.c100 PyString_InternInPlace(&t); in PyString_FromStringAndSize()
106 PyString_InternInPlace(&t); in PyString_FromStringAndSize()
153 PyString_InternInPlace(&t); in PyString_FromString()
159 PyString_InternInPlace(&t); in PyString_FromString()
4744 PyString_InternInPlace(PyObject **p) in PyString_InternInPlace() function
4783 PyString_InternInPlace(p); in PyString_InternImmortal()
4797 PyString_InternInPlace(&s); in PyString_InternFromString()
Dobject.c1250 PyString_InternInPlace(&name); in PyObject_SetAttr()
Ddictobject.c2522 PyString_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
Dtypeobject.c2726 PyString_InternInPlace(&name); in type_setattro()
/external/python/cpython2/Doc/c-api/
Dstring.rst247 .. c:function:: void PyString_InternInPlace(PyObject **string)
267 :c:func:`PyString_InternInPlace`, returning either a new string object that has
/external/python/cpython2/Python/
Dcodecs.c115 PyString_InternInPlace(&v); in _PyCodec_Lookup()
Dmarshal.c833 PyString_InternInPlace(&v); in r_object()
Dbltinmodule.c1285 PyString_InternInPlace(&s); in builtin_intern()
Dast.c2516 PyString_InternInPlace(&str); in alias_for_import_name()
/external/python/cpython2/PC/os2emx/
Dpython27.def529 "PyString_InternInPlace"
/external/python/cpython2/Doc/data/
Drefcounts.dat1294 PyString_InternInPlace:void:::
1295 PyString_InternInPlace:PyObject**:string:+1:???
/external/python/cpython2/Modules/
DcPickle.c4615 PyString_InternInPlace(&d_key); in load_build()
/external/python/cffi/c/
D_cffi_backend.c125 # define PyText_InternInPlace PyString_InternInPlace