Searched refs:new_t (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 4598 upb_inttable new_t; in upb_inttable_compact() local 4640 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2); in upb_inttable_compact() 4644 upb_inttable_insert(&new_t, k, upb_inttable_iter_value(&i)); in upb_inttable_compact() 4646 assert(new_t.array_size == arr_size); in upb_inttable_compact() 4647 assert(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact() 4650 *t = new_t; in upb_inttable_compact()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 4855 upb_inttable new_t; in upb_inttable_compact2() local 4891 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2, a); in upb_inttable_compact2() 4895 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2() 4897 assert(new_t.array_size == arr_size); in upb_inttable_compact2() 4898 assert(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2() 4901 *t = new_t; in upb_inttable_compact2()
|