Lines Matching defs:exts
3515 const upb_fielddef *exts;
4905 f = (upb_fielddef*)&ctx->file->exts[ctx->file->ext_count++];
5241 const google_protobuf_FieldDescriptorProto *const *exts;
5250 file->exts = upb_malloc(alloc, sizeof(*file->exts) * counts.ext_count);
5254 CHK_OOM(counts.ext_count == 0 || file->exts);
5343 exts = google_protobuf_FileDescriptorProto_extension(file_proto, &n);
5344 file->exts = upb_malloc(alloc, sizeof(*file->exts) * n);
5345 CHK_OOM(n == 0 || file->exts);
5347 CHK(create_fielddef(ctx, file->package, NULL, exts[i]));
5352 CHK(resolve_fielddef(ctx, file->package, (upb_fielddef*)&file->exts[i]));