Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:fn

7664   uint32_t fn = upb_fielddef_number(f);
7667 if (upb_inttable_remove(d, fn, &v)) {
7670 upb_inttable_insert(d, fn, upb_value_uint64(repacked));
7671 upb_inttable_insert(d, fn + UPB_MAX_FIELDNUMBER, upb_value_uint64(ofs));
7674 upb_inttable_insert(d, fn, upb_value_uint64(val));
7682 uint32_t fn = upb_fielddef_number(f);
7683 if (fn >= 1 << 24) {
7685 putop(c, OP_SETBIGGROUPNUM, fn);
7687 putop(c, OP_PUSHTAGDELIM, fn);