Lines Matching defs:exts
3070 const upb_fielddef *exts;
4442 f = (upb_fielddef*)&ctx->file->exts[ctx->file->ext_count++];
4770 const google_protobuf_FieldDescriptorProto *const *exts;
4779 file->exts = upb_malloc(alloc, sizeof(*file->exts) * counts.ext_count);
4783 CHK_OOM(counts.ext_count == 0 || file->exts);
4872 exts = google_protobuf_FileDescriptorProto_extension(file_proto, &n);
4873 file->exts = upb_malloc(alloc, sizeof(*file->exts) * n);
4874 CHK_OOM(n == 0 || file->exts);
4876 CHK(create_fielddef(ctx, file->package, NULL, exts[i]));
4881 CHK(resolve_fielddef(ctx, file->package, (upb_fielddef*)&file->exts[i]));