Home | History | Annotate | Download | only in protobuf

Lines Matching refs:upb_inttable_insert

279     if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v);
287 upb_inttable_insert(&t, UPB_STARTMSG_SELECTOR, v);
288 upb_inttable_insert(&t, UPB_ENDMSG_SELECTOR, v);
455 !upb_inttable_insert(&e->iton, num, upb_value_cstr(upb_strdup(name)))) {
1353 upb_inttable_insert(&m->itof, upb_fielddef_number(f), upb_value_ptr(f));
1657 upb_inttable_insert(&o->itof, upb_fielddef_number(f), upb_value_ptr(f));
2887 upb_inttable_insert(ref2, (uintptr_t)subobj, upb_value_int32(newcount));
3125 upb_inttable_insert(&t->groups, leader_slot, upb_value_ptr(r));
4490 bool upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val) {
4568 return upb_inttable_insert(t, upb_inttable_count(t), val);
4579 return upb_inttable_insert(t, (uintptr_t)key, val);
4644 upb_inttable_insert(&new_t, k, upb_inttable_iter_value(&i));
6996 upb_inttable_insert(d, fn, upb_value_uint64(repacked));
6997 upb_inttable_insert(d, fn + UPB_MAX_FIELDNUMBER, upb_value_uint64(ofs));
7000 upb_inttable_insert(d, fn, upb_value_uint64(val));
7266 upb_inttable_insert(&method->dispatch, DISPATCH_ENDMSG, val);