Searched refs:upb_inttable_init2 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 3071 upb_inttable_init2(&state.ref2, UPB_CTYPE_INT32, &upb_alloc_debugrefs); in visit() 3086 upb_inttable_init2(r->refs, UPB_CTYPE_PTR, &upb_alloc_debugrefs); in trackinit() 3087 upb_inttable_init2(r->ref2s, UPB_CTYPE_PTR, &upb_alloc_debugrefs); in trackinit() 4728 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_inttable_init2() function
|
D | upb.h | 1087 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a); 1093 return upb_inttable_init2(table, ctype, &upb_alloc_global);
|