Searched refs:resolve_fielddef (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.c | 1886 static void resolve_fielddef(symtab_addctx *ctx, const char *prefix, in resolve_fielddef() function 2043 resolve_fielddef(ctx, file->package, (upb_fielddef*)&file->exts[i]); in build_filedef() 2050 resolve_fielddef(ctx, m->full_name, (upb_fielddef*)&m->fields[j]); in build_filedef()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2474 static bool resolve_fielddef(const symtab_addctx *ctx, const char *prefix, in resolve_fielddef() function 2660 CHK(resolve_fielddef(ctx, file->package, (upb_fielddef*)&file->exts[i])); in build_filedef() 2667 CHK(resolve_fielddef(ctx, m->full_name, (upb_fielddef*)&m->fields[j])); in build_filedef()
|