Lines Matching refs:accumulated
8098 * segment where this submessage's length is being accumulated. */
8160 /* We aren't inside a delimited region. Flush our accumulated bytes to
8240 * regions, we can now emit all of the buffered data we accumulated. */
9214 const char *accumulated;
9552 UPB_ASSERT(p->accumulated == NULL);
9557 p->accumulated = NULL;
9588 if (!p->accumulated && can_alias) {
9589 p->accumulated = buf;
9603 if (p->accumulated != p->accumulate_buf) {
9604 memcpy(p->accumulate_buf, p->accumulated, p->accumulated_len);
9605 p->accumulated = p->accumulate_buf;
9613 /* Returns a pointer to the data accumulated since the last accumulate_clear()
9617 UPB_ASSERT(p->accumulated);
9619 return p->accumulated;
9957 unsigned long val = strtoul(p->accumulated, &end, 0);
10304 p->accumulated, p->accumulated_len)) {
10780 p->accumulated, p->accumulated_len)) {
12246 p->accumulated = NULL;