Lines Matching defs:init
1477 static bool init(upb_table *t, uint8_t size_lg2, upb_alloc *a) {
1665 return init(&t->t, 2, a);
1685 if (!init(&new_table.t, size_lg2, a))
1840 if (!init(&t->t, hsize_lg2, a)) return false;
1882 if (!init(&new_table, t->t.size_lg2 + 1, a)) {
5532 bool _upb_symtab_loaddefinit(upb_symtab *s, const upb_def_init *init) {
5535 upb_def_init **deps = init->deps;
5542 if (upb_strtable_lookup(&s->files, init->filename, NULL)) {
5553 init->descriptor.data, init->descriptor.size, arena);
5560 init->filename);
5564 if (!_upb_symtab_addfile(s, file, init->layouts, &status)) goto err;