Home
last modified time | relevance | path

Searched refs:upb_inttable_insert2 (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1866 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, in upb_inttable_insert2() function
1944 return upb_inttable_insert2(t, (uintptr_t)key, val, a); in upb_inttable_insertptr2()
2004 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2()
4883 CHK_OOM(upb_inttable_insert2(&m->itof, field_number, v, alloc)); in create_fielddef()
4960 CHK(upb_inttable_insert2(&oneof->itof, f->number_, v, alloc)); in create_fielddef()
5041 CHK_OOM(upb_inttable_insert2(&e->iton, num, v, ctx->alloc)); in create_enumdef()
H A Dphp-upb.h752 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val,
759 return upb_inttable_insert2(t, key, val, &upb_alloc_global); in upb_inttable_insert()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1839 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, in upb_inttable_insert2() function
1916 return upb_inttable_insert2(t, upb_inttable_count(t), val, a); in upb_inttable_push2()
1928 return upb_inttable_insert2(t, (uintptr_t)key, val, a); in upb_inttable_insertptr2()
1988 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2()
4420 CHK_OOM(upb_inttable_insert2(&m->itof, field_number, v, alloc)); in create_fielddef()
4497 CHK(upb_inttable_insert2(&oneof->itof, f->number_, v, alloc)); in create_fielddef()
4570 CHK_OOM(upb_inttable_insert2(&e->iton, num, v, ctx->alloc)); in create_enumdef()
H A Dupb.h738 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val,
745 return upb_inttable_insert2(t, key, val, &upb_alloc_global); in upb_inttable_insert()

Completed in 58 milliseconds