Searched refs:upb_symtab_add (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 139 upb_symtab_add(self->symtab, (upb_def**)&descriptor->msgdef, 1, in add_descriptor_to_pool() 147 upb_symtab_add(self->symtab, (upb_def**)&enumdesc->enumdef, 1, in add_enumdesc_to_pool() 1752 CHECK_UPB(upb_symtab_add(pool->symtab, (upb_def**)self->defs, in Builder_finalize_to_pool()
|
D | upb.h | 6535 bool upb_symtab_add(upb_symtab *s, upb_def *const*defs, size_t n, 6580 return upb_symtab_add(this, (upb_def*const*)defs, n, ref_donor, status);
|
D | upb.c | 4172 bool upb_symtab_add(upb_symtab *s, upb_def *const*defs, size_t n, in upb_symtab_add() function
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 176 CHECK_UPB(upb_symtab_add(self->symtab, (upb_def **)defs, num, NULL, &status), in PHP_METHOD()
|
D | upb.h | 6095 bool upb_symtab_add(upb_symtab *s, upb_def *const*defs, int n, void *ref_donor, 6139 return upb_symtab_add(this, (upb_def*const*)defs, n, ref_donor, status);
|
D | upb.c | 3776 bool upb_symtab_add(upb_symtab *s, upb_def *const*defs, int n, void *ref_donor, in upb_symtab_add() function 9116 success = upb_symtab_add(s, defs, n, &defs, status); in upb_load_descriptor_into_symtab()
|