Lines Matching defs:def
3525 upb_strtable syms; /* full_name -> packed def ptr */
3529 /* Inside a symtab we store tagged pointers to specific def types. */
3629 * a def -> handlers dependency. */
3810 bool upb_enumdef_ntoi(const upb_enumdef *def, const char *name,
3813 if (!upb_strtable_lookup2(&def->ntoi, name, len, &v)) {
3820 const char *upb_enumdef_iton(const upb_enumdef *def, int32_t num) {
3822 return upb_inttable_lookup32(&def->iton, num, &v) ?
4531 upb_strtable *addtab; /* full_name -> packed def ptr for new defs */
4628 const void **def) {
4638 *def = unpack_def(v, type);
4640 if (!*def) {