Home
last modified time | relevance | path

Searched refs:PyMarshal_WriteObjectToString (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dmarshal.h14 PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmarshal.h14 PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmarshal.h14 PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmarshal.h14 PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmarshal.h14 PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int);
/aosp_15_r20/external/python/cpython3/Include/
Dmarshal.h14 PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int);
/aosp_15_r20/external/python/cpython3/Python/
Dmarshal.c523 PyObject *dump = PyMarshal_WriteObjectToString(value, p->version); in w_complex_object()
1650 PyMarshal_WriteObjectToString(PyObject *x, int version) in PyMarshal_WriteObjectToString() function
1717 s = PyMarshal_WriteObjectToString(value, version); in marshal_dump_impl()
1802 return PyMarshal_WriteObjectToString(value, version); in marshal_dumps_impl()
/aosp_15_r20/external/python/cpython3/Programs/
D_freeze_module.c132 PyObject *marshalled = PyMarshal_WriteObjectToString(code, Py_MARSHAL_VERSION); in compile_and_marshal()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def257 PyMarshal_WriteObjectToString
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmarshal.rst39 .. c:function:: PyObject* PyMarshal_WriteObjectToString(PyObject *value, int version)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dmarshal.rst41 .. c:function:: PyObject* PyMarshal_WriteObjectToString(PyObject *value, int version)
/aosp_15_r20/external/python/cpython2/Python/
Dmarshal.c1218 PyMarshal_WriteObjectToString(PyObject *x, int version) in PyMarshal_WriteObjectToString() function
1337 return PyMarshal_WriteObjectToString(x, version); in marshal_dumps()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def987 "PyMarshal_WriteObjectToString"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat734 PyMarshal_WriteObjectToString:PyObject*::+1:
735 PyMarshal_WriteObjectToString:PyObject*:value:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1279 PyMarshal_WriteObjectToString:PyObject*::+1:
1280 PyMarshal_WriteObjectToString:PyObject*:value:0:
1281 PyMarshal_WriteObjectToString:int:version::
Dpython3.11.abi399 …<elf-symbol name='PyMarshal_WriteObjectToString' type='func-type' binding='global-binding' visibil…
14078PyMarshal_WriteObjectToString' mangled-name='PyMarshal_WriteObjectToString' filepath='Python/marsh…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c359 EXPORT_FUNC(PyMarshal_WriteObjectToString)
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a2.rst1234 * :c:func:`PyMarshal_WriteObjectToString`
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1774 [function.PyMarshal_WriteObjectToString]
DHISTORY31934 PyMarshal_WriteObjectToString(object).
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2652 * :c:func:`PyMarshal_WriteObjectToString`
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY14555 PyMarshal_WriteObjectToString(object).