Searched refs:_PyAccu_Accumulate (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_accu.h | 30 PyAPI_FUNC(int) _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode);
|
/third_party/python/Modules/ |
H A D | _json.c | 1395 int rval = _PyAccu_Accumulate(acc, stolen); in _steal_accumulate() 1518 return _PyAccu_Accumulate(acc, empty_dict); in encoder_listencode_dict() 1536 if (_PyAccu_Accumulate(acc, open_dict)) in encoder_listencode_dict() 1602 if (_PyAccu_Accumulate(acc, s->item_separator)) in encoder_listencode_dict() 1610 if (_PyAccu_Accumulate(acc, encoded)) { in encoder_listencode_dict() 1615 if (_PyAccu_Accumulate(acc, s->key_separator)) in encoder_listencode_dict() 1639 if (_PyAccu_Accumulate(acc, close_dict)) in encoder_listencode_dict() 1676 return _PyAccu_Accumulate(acc, empty_array); in encoder_listencode_list() 1695 if (_PyAccu_Accumulate(acc, open_array)) in encoder_listencode_list() 1709 if (_PyAccu_Accumulate(ac in encoder_listencode_list() [all...] |
/third_party/python/Objects/ |
H A D | accu.c | 55 _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode) in _PyAccu_Accumulate() function
|
/third_party/python/Modules/_io/ |
H A D | stringio.c | 134 _PyAccu_Accumulate(&self->accu, intermediate)) { in make_intermediate() 221 if (_PyAccu_Accumulate(&self->accu, decoded)) in write_str()
|
Completed in 5 milliseconds