Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4067 upb_alloc *tmp; /* Alloc for addtab and any other tmp data. */
4068 upb_strtable *addtab; /* full_name -> packed def ptr for new defs */ member
4150 if (upb_strtable_lookup(ctx->addtab, name, &tmp) || in symtab_add()
4156 CHK_OOM(upb_strtable_insert3(ctx->addtab, name, strlen(name), v, ctx->tmp)); in symtab_add()
4198 if (!resolvename(ctx->addtab, f, base, sym, type, ctx->status, &ret) && in symtab_resolve()
4911 upb_strtable_begin(&iter, ctx->addtab); in upb_symtab_addtotabs()
5025 upb_strtable addtab; in _upb_symtab_addfile() local
5035 ctx.addtab = &addtab; in _upb_symtab_addfile()
5040 upb_strtable_init2(&addtab, UPB_CTYPE_CONSTPT in _upb_symtab_addfile()
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c4530 upb_alloc *tmp; /* Alloc for addtab and any other tmp data. */
4531 upb_strtable *addtab; /* full_name -> packed def ptr for new defs */ member
4613 if (upb_strtable_lookup(ctx->addtab, name, &tmp) || in symtab_add()
4619 CHK_OOM(upb_strtable_insert3(ctx->addtab, name, strlen(name), v, ctx->tmp)); in symtab_add()
4661 if (!resolvename(ctx->addtab, f, base, sym, type, ctx->status, &ret) && in symtab_resolve()
5381 upb_strtable_begin(&iter, ctx->addtab); in upb_symtab_addtotabs()
5502 upb_strtable addtab; in _upb_symtab_addfile() local
5512 ctx.addtab = &addtab; in _upb_symtab_addfile()
5516 ok = file && upb_strtable_init2(&addtab, UPB_CTYPE_CONSTPT in _upb_symtab_addfile()
[all...]

Completed in 26 milliseconds