Home
last modified time | relevance | path

Searched refs:symtab_addctx (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c910 } symtab_addctx; typedef
913 static void symtab_errf(symtab_addctx *ctx, const char *fmt, ...) { in symtab_errf()
922 static void symtab_oomerr(symtab_addctx *ctx) { in symtab_oomerr()
927 void *symtab_alloc(symtab_addctx *ctx, size_t bytes) { in symtab_alloc()
933 static void check_ident(symtab_addctx *ctx, upb_strview name, bool full) { in check_ident()
1030 static void make_layout(symtab_addctx *ctx, const upb_msgdef *m) { in make_layout()
1192 static void assign_msg_indices(symtab_addctx *ctx, upb_msgdef *m) { in assign_msg_indices()
1235 static char *strviewdup(symtab_addctx *ctx, upb_strview view) { in strviewdup()
1247 static const char *makefullname(symtab_addctx *ctx, const char *prefix, in makefullname()
1263 static void finalize_oneofs(symtab_addctx *ctx, upb_msgdef *m) { in finalize_oneofs()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.c1948 } symtab_addctx; typedef
1950 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup()
1962 static const char *makefullname(const symtab_addctx *ctx, const char *prefix, in makefullname()
1979 static bool symtab_add(const symtab_addctx *ctx, const char *name, in symtab_add()
2026 const void *symtab_resolve(const symtab_addctx *ctx, const upb_fielddef *f, in symtab_resolve()
2041 const symtab_addctx *ctx, upb_msgdef *m, in create_oneofdef()
2061 static bool parse_default(const symtab_addctx *ctx, const char *str, size_t len, in parse_default()
2156 static void set_default_default(const symtab_addctx *ctx, upb_fielddef *f) { in set_default_default()
2184 const symtab_addctx *ctx, const char *prefix, upb_msgdef *m, in create_fielddef()
2305 const symtab_addctx *ctx, const char *prefix, in create_enumdef()
[all …]