Lines Matching refs:_PyAccu_Accumulate
1395 int rval = _PyAccu_Accumulate(acc, stolen);
1518 return _PyAccu_Accumulate(acc, empty_dict);
1536 if (_PyAccu_Accumulate(acc, open_dict))
1602 if (_PyAccu_Accumulate(acc, s->item_separator))
1610 if (_PyAccu_Accumulate(acc, encoded)) {
1615 if (_PyAccu_Accumulate(acc, s->key_separator))
1639 if (_PyAccu_Accumulate(acc, close_dict))
1676 return _PyAccu_Accumulate(acc, empty_array);
1695 if (_PyAccu_Accumulate(acc, open_array))
1709 if (_PyAccu_Accumulate(acc, s->item_separator))
1727 if (_PyAccu_Accumulate(acc, close_array))