Searched refs:upb_inttable_compact2 (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.int.h | 353 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a); 356 upb_inttable_compact2(t, &upb_alloc_global); in upb_inttable_compact()
|
D | table.c | 592 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a) { in upb_inttable_compact2() function
|
D | def.c | 1773 upb_inttable_compact2(&e->iton, ctx->alloc); in create_enumdef() 1834 upb_inttable_compact2(&m->itof, ctx->alloc); in create_msgdef()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2363 upb_inttable_compact2(&e->iton, ctx->alloc); in create_enumdef() 2414 upb_inttable_compact2(&m->itof, ctx->alloc); in create_msgdef() 5238 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a) { in upb_inttable_compact2() function
|
D | upb.h | 2991 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a); 2994 upb_inttable_compact2(t, &upb_alloc_global); in upb_inttable_compact()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1300 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a); 1303 upb_inttable_compact2(t, &upb_alloc_global);
|
D | upb.c | 7029 void upb_inttable_compact2(upb_inttable *t, upb_alloc *a) { in upb_inttable_compact2() function
|