Lines Matching defs:base
4160 /* Given a symbol and the base symbol inside which it is defined, find the
4163 const char *base, upb_strview sym,
4186 /* Remove components from base until we find an entry or run out.
4188 (void)base;
4195 const char *base, upb_strview sym,
4198 if (!resolvename(ctx->addtab, f, base, sym, type, ctx->status, &ret) &&
4199 !resolvename(&ctx->symtab->syms, f, base, sym, type, ctx->status, &ret)) {
5691 /* STARTSUBMSG selector in sel is the field's selector base. */
6483 /* Offset is relative to msg base. */
7534 d->pc = d->top->base + upb_value_getuint64(v);
7562 d->pc = d->top->base + (v >> 16);
7568 d->pc = d->top->base + upb_value_getuint64(val);
7662 d->top->base = d->pc - 1;
9235 /* Cache for parsing timestamp due to base and zone are handled in different
10428 /* Find out base end. The maximus duration is 315576000000, which cannot be
10430 * fraction and base separately. */
10434 /* Parse base */