Searched refs:symtab_addctx (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 4071 } symtab_addctx; typedef 4073 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() 4085 static const char *makefullname(const symtab_addctx *ctx, const char *prefix, in makefullname() 4147 static bool symtab_add(const symtab_addctx *ctx, const char *name, in symtab_add() 4194 const void *symtab_resolve(const symtab_addctx *ctx, const upb_fielddef *f, in symtab_resolve() 4209 const symtab_addctx *ctx, upb_msgdef *m, in create_oneofdef() 4229 static bool parse_default(const symtab_addctx *ctx, const char *str, size_t len, in parse_default() 4325 static void set_default_default(const symtab_addctx *ctx, upb_fielddef *f) { in set_default_default() 4353 const symtab_addctx *ctx, const char *prefix, upb_msgdef *m, in create_fielddef() 4516 const symtab_addctx *ct in create_enumdef() [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 4534 } symtab_addctx; typedef 4536 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() 4548 static const char *makefullname(const symtab_addctx *ctx, const char *prefix, in makefullname() 4610 static bool symtab_add(const symtab_addctx *ctx, const char *name, in symtab_add() 4657 const void *symtab_resolve(const symtab_addctx *ctx, const upb_fielddef *f, in symtab_resolve() 4672 const symtab_addctx *ctx, upb_msgdef *m, in create_oneofdef() 4692 static bool parse_default(const symtab_addctx *ctx, const char *str, size_t len, in parse_default() 4788 static void set_default_default(const symtab_addctx *ctx, upb_fielddef *f) { in set_default_default() 4816 const symtab_addctx *ctx, const char *prefix, upb_msgdef *m, in create_fielddef() 4987 const symtab_addctx *ct in create_enumdef() [all...] |
Completed in 25 milliseconds