Searched refs:_PyAccu (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_accu.h | 27 } _PyAccu; typedef 29 PyAPI_FUNC(int) _PyAccu_Init(_PyAccu *acc); 30 PyAPI_FUNC(int) _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode); 31 PyAPI_FUNC(PyObject *) _PyAccu_FinishAsList(_PyAccu *acc); 32 PyAPI_FUNC(PyObject *) _PyAccu_Finish(_PyAccu *acc); 33 PyAPI_FUNC(void) _PyAccu_Destroy(_PyAccu *acc);
|
/third_party/python/Objects/ |
H A D | accu.c | 18 _PyAccu_Init(_PyAccu *acc) in _PyAccu_Init() 29 flush_accumulator(_PyAccu *acc) in flush_accumulator() 55 _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode) in _PyAccu_Accumulate() 76 _PyAccu_FinishAsList(_PyAccu *acc) in _PyAccu_FinishAsList() 93 _PyAccu_Finish(_PyAccu *acc) in _PyAccu_Finish() 111 _PyAccu_Destroy(_PyAccu *acc) in _PyAccu_Destroy()
|
/third_party/python/Modules/ |
H A D | _json.c | 101 encoder_listencode_list(PyEncoderObject *s, _PyAccu *acc, PyObject *seq, Py_ssize_t indent_level); 103 encoder_listencode_obj(PyEncoderObject *s, _PyAccu *acc, PyObject *obj, Py_ssize_t indent_level); 105 encoder_listencode_dict(PyEncoderObject *s, _PyAccu *acc, PyObject *dct, Py_ssize_t indent_level); 1298 _PyAccu acc; in encoder_call() 1392 _steal_accumulate(_PyAccu *acc, PyObject *stolen) in _steal_accumulate() 1401 encoder_listencode_obj(PyEncoderObject *s, _PyAccu *acc, in encoder_listencode_obj() 1497 encoder_listencode_dict(PyEncoderObject *s, _PyAccu *acc, in encoder_listencode_dict() 1653 encoder_listencode_list(PyEncoderObject *s, _PyAccu *acc, in encoder_listencode_list()
|
/third_party/python/Modules/_io/ |
H A D | stringio.c | 30 the contents are given by the embedded _PyAccu structure. 32 _PyAccu is destroyed. 35 _PyAccu accu;
|
Completed in 9 milliseconds