Searched refs:upb_inttable_sizedinit (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 4461 bool upb_inttable_sizedinit(upb_inttable *t, upb_ctype_t ctype, in upb_inttable_sizedinit() function 4482 return upb_inttable_sizedinit(t, ctype, 0, 4); in upb_inttable_init() 4640 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2); in upb_inttable_compact()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 4708 bool upb_inttable_sizedinit(upb_inttable *t, upb_ctype_t ctype, in upb_inttable_sizedinit() function 4729 return upb_inttable_sizedinit(t, ctype, 0, 4, a); in upb_inttable_init2() 4891 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2, a); in upb_inttable_compact2()
|