Searched refs:upb_inttable_insert2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 3059 upb_inttable_insert2(ref2, (uintptr_t)subobj, upb_value_int32(newcount), in visit_check() 4737 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, in upb_inttable_insert2() function 4820 return upb_inttable_insert2(t, upb_inttable_count(t), val, a); in upb_inttable_push2() 4833 return upb_inttable_insert2(t, (uintptr_t)key, val, a); in upb_inttable_insertptr2() 4895 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2()
|
D | upb.h | 1121 bool upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, 1128 return upb_inttable_insert2(t, key, val, &upb_alloc_global);
|