Home
last modified time | relevance | path

Searched refs:upb_inttable_insert (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c279 if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v); in assign_msg_indices()
287 upb_inttable_insert(&t, UPB_STARTMSG_SELECTOR, v); in assign_msg_indices()
288 upb_inttable_insert(&t, UPB_ENDMSG_SELECTOR, v); in assign_msg_indices()
455 !upb_inttable_insert(&e->iton, num, upb_value_cstr(upb_strdup(name)))) { in upb_enumdef_addval()
1353 upb_inttable_insert(&m->itof, upb_fielddef_number(f), upb_value_ptr(f)); in add_field()
1657 upb_inttable_insert(&o->itof, upb_fielddef_number(f), upb_value_ptr(f)); in upb_oneofdef_addfield()
2887 upb_inttable_insert(ref2, (uintptr_t)subobj, upb_value_int32(newcount)); in visit_check()
3125 upb_inttable_insert(&t->groups, leader_slot, upb_value_ptr(r)); in groupleader()
4490 bool upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val) { in upb_inttable_insert() function
4568 return upb_inttable_insert(t, upb_inttable_count(t), val); in upb_inttable_push()
[all …]
Dupb.h868 bool upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c333 if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v); in assign_msg_indices()
341 upb_inttable_insert(&t, UPB_STARTMSG_SELECTOR, v); in assign_msg_indices()
342 upb_inttable_insert(&t, UPB_ENDMSG_SELECTOR, v); in assign_msg_indices()
530 if (!name2 || !upb_inttable_insert(&e->iton, num, upb_value_cstr(name2))) { in upb_enumdef_addval()
1524 upb_inttable_insert(&m->itof, upb_fielddef_number(f), upb_value_ptr(f)); in add_field()
1883 upb_inttable_insert(&o->itof, upb_fielddef_number(f), upb_value_ptr(f)); in upb_oneofdef_addfield()
3284 upb_inttable_insert(&t->groups, leader_slot, upb_value_ptr(r)); in groupleader()
7670 upb_inttable_insert(d, fn, upb_value_uint64(repacked)); in dispatchtarget()
7671 upb_inttable_insert(d, fn + UPB_MAX_FIELDNUMBER, upb_value_uint64(ofs)); in dispatchtarget()
7674 upb_inttable_insert(d, fn, upb_value_uint64(val)); in dispatchtarget()
[all …]
Dupb.h1126 UPB_INLINE bool upb_inttable_insert(upb_inttable *t, uintptr_t key,