Home
last modified time | relevance | path

Searched refs:_PyAccu_Accumulate (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_accu.h30 PyAPI_FUNC(int) _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode);
/third_party/python/Modules/
D_json.c1393 int rval = _PyAccu_Accumulate(acc, stolen); in _steal_accumulate()
1516 return _PyAccu_Accumulate(acc, empty_dict); in encoder_listencode_dict()
1534 if (_PyAccu_Accumulate(acc, open_dict)) in encoder_listencode_dict()
1600 if (_PyAccu_Accumulate(acc, s->item_separator)) in encoder_listencode_dict()
1608 if (_PyAccu_Accumulate(acc, encoded)) { in encoder_listencode_dict()
1613 if (_PyAccu_Accumulate(acc, s->key_separator)) in encoder_listencode_dict()
1637 if (_PyAccu_Accumulate(acc, close_dict)) in encoder_listencode_dict()
1674 return _PyAccu_Accumulate(acc, empty_array); in encoder_listencode_list()
1693 if (_PyAccu_Accumulate(acc, open_array)) in encoder_listencode_list()
1707 if (_PyAccu_Accumulate(acc, s->item_separator)) in encoder_listencode_list()
[all …]
/third_party/python/Objects/
Daccu.c55 _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode) in _PyAccu_Accumulate() function
/third_party/python/Modules/_io/
Dstringio.c134 _PyAccu_Accumulate(&self->accu, intermediate)) { in make_intermediate()
221 if (_PyAccu_Accumulate(&self->accu, decoded)) in write_str()