Home
last modified time | relevance | path

Searched refs:upb_inttable_insert2 (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.int.h283 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val,
290 return upb_inttable_insert2(t, key, val, &upb_alloc_global); in upb_inttable_insert()
Dtable.c502 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, in upb_inttable_insert2() function
580 return upb_inttable_insert2(t, (uintptr_t)key, val, a); in upb_inttable_insertptr2()
640 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2()
Ddef.c1619 CHK_OOM(upb_inttable_insert2(&m->itof, field_number, v, alloc)); in create_fielddef()
1692 CHK_OOM(upb_inttable_insert2(&oneof->itof, f->number_, v, alloc)); in create_fielddef()
1769 CHK_OOM(upb_inttable_insert2(&e->iton, num, v, ctx->alloc)); in create_enumdef()
/external/protobuf/php/ext/google/protobuf/
Dupb.c2227 if (!upb_inttable_insert2(&m->itof, field_number, v, alloc)) { in create_fielddef()
2286 CHK(upb_inttable_insert2(&oneof->itof, f->number_, v, alloc)); in create_fielddef()
2359 CHK_OOM(upb_inttable_insert2(&e->iton, num, v, ctx->alloc)); in create_enumdef()
5133 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, in upb_inttable_insert2() function
5213 return upb_inttable_insert2(t, upb_inttable_count(t), val, a); in upb_inttable_push2()
5226 return upb_inttable_insert2(t, (uintptr_t)key, val, a); in upb_inttable_insertptr2()
5288 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2()
Dupb.h2912 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val,
2919 return upb_inttable_insert2(t, key, val, &upb_alloc_global); in upb_inttable_insert()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5745 upb_inttable_insert2(ref2, (uintptr_t)subobj, upb_value_int32(newcount), in visit_check()
6924 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, in upb_inttable_insert2() function
7004 return upb_inttable_insert2(t, upb_inttable_count(t), val, a); in upb_inttable_push2()
7017 return upb_inttable_insert2(t, (uintptr_t)key, val, a); in upb_inttable_insertptr2()
7079 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2()
Dupb.h1221 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val,
1228 return upb_inttable_insert2(t, key, val, &upb_alloc_global);