Searched refs:upb_inttable_compact2 (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 822 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a); 825 upb_inttable_compact2(t, &upb_alloc_global); in upb_inttable_compact()
|
H A D | php-upb.c | 1956 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 D | upb.h | 817 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a); 820 upb_inttable_compact2(t, &upb_alloc_global); in upb_inttable_compact()
|
H A D | upb.c | 1940 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