Searched defs:upb_inttable_init2 (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3071 upb_inttable_init2(&state.ref2, UPB_CTYPE_INT32, &upb_alloc_debugrefs);
3086 upb_inttable_init2(r->refs, UPB_CTYPE_PTR, &upb_alloc_debugrefs);
3087 upb_inttable_init2(r->ref2s, UPB_CTYPE_PTR, &upb_alloc_debugrefs);
4728 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { function

Completed in 145 milliseconds