Home
last modified time | relevance | path

Searched refs:upb_inttable_compact2 (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h822 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a);
825 upb_inttable_compact2(t, &upb_alloc_global); in upb_inttable_compact()
H A Dphp-upb.c1956 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a) { in upb_inttable_compact2() function
5045 upb_inttable_compact2(&e->iton, ctx->alloc); in create_enumdef()
5105 upb_inttable_compact2(&m->itof, ctx->alloc); in create_msgdef()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h817 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a);
820 upb_inttable_compact2(t, &upb_alloc_global); in upb_inttable_compact()
H A Dupb.c1940 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a) { in upb_inttable_compact2() function
4574 upb_inttable_compact2(&e->iton, ctx->alloc); in create_enumdef()
4634 upb_inttable_compact2(&m->itof, ctx->alloc); in create_msgdef()

Completed in 59 milliseconds