Lines Matching refs:oneofs
3032 const upb_oneofdef *oneofs;
3262 upb_oneofdef *mutable_oneofs = (upb_oneofdef*)m->oneofs;
3274 s, "Synthetic oneofs must be after all other oneofs: %s",
3750 /* We need to skip past fields to return only oneofs. */
4215 o = (upb_oneofdef*)&m->oneofs[m->oneof_count++];
4494 oneof = (upb_oneofdef*)&m->oneofs[oneof_index];
4583 const google_protobuf_OneofDescriptorProto *const *oneofs;
4617 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n);
4619 m->oneofs = upb_malloc(ctx->alloc, sizeof(*m->oneofs) * n);
4621 CHK(create_oneofdef(ctx, m, oneofs[i]));