Home | History | Annotate | Download | only in protobuf

Lines Matching refs:accumulate_realloc

9924 static bool accumulate_realloc(upb_json_parser *p, size_t need) {
9963 if (need > p->accumulate_buf_size && !accumulate_realloc(p, need)) {