Lines Matching defs:last
14 * // MUST be last included header.
2104 /* Handle the last few bytes of the input array */
2111 /* Do a few final mixes of the hash to ensure the last few
2391 /* TODO(haberman): special-case if this is a realloc of the last alloc? */
3161 /* Return one past the last '.'. */
6759 /* For now we just loop back to the last field of the message (or if none,
6945 ** sometimes requires keeping a few trailing bytes from the last buffer around
7126 d->pc = d->last;
7175 /* We have residual bytes from the last buffer. */
7200 /* Suspends the decoder at the last checkpoint, without saving any residual
7203 d->pc = d->last;
7220 /* Suspends the decoder at the last checkpoint, and saves any unconsumed
7227 d->pc = d->last;
7577 d->last--; /* Necessary if we get suspended */
7578 d->pc = d->last;
7579 UPB_ASSERT(getop(*d->last) == OP_CHECKDELIM);
7624 d->last = d->pc;
8579 const char *last = strrchr(longname, '.');
8580 return last ? last + 1 : longname;
8606 bool last_hex_escape = false; /* true if last output char was \xNN */
9613 /* Returns a pointer to the data accumulated since the last accumulate_clear()
12558 /* If the string ended in a run of unescaped characters, print that last run. */