Lines Matching defs:selector
3216 uint32_t selector;
3246 selector = UPB_STATIC_SELECTOR_COUNT + m->submsg_field_count;
3250 f->selector_base = selector + upb_handlers_selectorbaseoffset(f);
3251 selector += upb_handlers_selectorcount(f);
3253 m->selector_count = selector;
5440 /* Given a selector for a STARTSUBMSG handler, resolves to a pointer to the
5442 #define SUBH(h, selector) (h->sub[selector])
5444 /* The selector for a submessage field is the field index. */
5691 /* STARTSUBMSG selector in sel is the field's selector base. */
5765 * selector can also be used as an index into the "sub" array of
6461 upb_selector_t selector;
6462 bool ok = upb_handlers_getselector(f, type, &selector);
6464 return selector;
9660 * value with the given selector. */