Searched refs:upb_inttable_insertptr2 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2957 upb_inttable_insertptr2(r->refs, owner, upb_value_ptr(ref), in track() 2964 upb_inttable_insertptr2(from->ref2s, r, upb_value_ptr(NULL), in track() 3033 upb_inttable_insertptr2(tab, to, count, &upb_alloc_debugrefs); in getref2s() 4830 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, in upb_inttable_insertptr2() function
|
D | upb.h | 1186 bool upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, 1194 return upb_inttable_insertptr2(t, key, val, &upb_alloc_global);
|