Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:new_table

4546   upb_strtable new_table;
4551 if (!init(&new_table.t, t->t.ctype, size_lg2, a))
4556 &new_table,
4563 *t = new_table;
4754 upb_table new_table;
4756 if (!init(&new_table, t->t.ctype, t->t.size_lg2 + 1, a)) {
4767 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql);
4770 assert(t->t.count == new_table.count);
4773 t->t = new_table;