Searched refs:upb_inttable_sizedinit (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c4461 bool upb_inttable_sizedinit(upb_inttable *t, upb_ctype_t ctype, function
4482 return upb_inttable_sizedinit(t, ctype, 0, 4);
4640 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4708 bool upb_inttable_sizedinit(upb_inttable *t, upb_ctype_t ctype, function
4729 return upb_inttable_sizedinit(t, ctype, 0, 4, a);
4891 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2, a);

Completed in 127 milliseconds