Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_accu.h30 PyAPI_FUNC(int) _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode);
/third_party/python/Modules/
H A D_json.c1395 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 Daccu.c55 _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode) in _PyAccu_Accumulate() function
/third_party/python/Modules/_io/
H A Dstringio.c134 _PyAccu_Accumulate(&self->accu, intermediate)) { in make_intermediate()
221 if (_PyAccu_Accumulate(&self->accu, decoded)) in write_str()

Completed in 4 milliseconds