Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:ref2s

2949      * tracking behavior we get with regular refs.  Since ref2s only happen
2963 assert(!upb_inttable_lookupptr(from->ref2s, r, NULL));
2964 upb_inttable_insertptr2(from->ref2s, r, upb_value_ptr(NULL),
2992 bool removed = upb_inttable_removeptr(from->ref2s, r, NULL);
3018 upb_inttable_begin(&i, owner->ref2s);
3085 r->ref2s = upb_malloc(&upb_alloc_debugrefs, sizeof(*r->ref2s));
3087 upb_inttable_init2(r->ref2s, UPB_CTYPE_PTR, &upb_alloc_debugrefs);
3092 upb_inttable_uninit2(r->ref2s, &upb_alloc_debugrefs);
3094 upb_free(&upb_alloc_debugrefs, r->ref2s);