Lines Matching refs:oneofs
3477 const upb_oneofdef *oneofs;
3707 upb_oneofdef *mutable_oneofs = (upb_oneofdef*)m->oneofs;
3719 s, "Synthetic oneofs must be after all other oneofs: %s",
4199 /* We need to skip past fields to return only oneofs. */
4678 o = (upb_oneofdef*)&m->oneofs[m->oneof_count++];
4957 oneof = (upb_oneofdef*)&m->oneofs[oneof_index];
5054 const google_protobuf_OneofDescriptorProto *const *oneofs;
5088 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n);
5090 m->oneofs = upb_malloc(ctx->alloc, sizeof(*m->oneofs) * n);
5092 CHK(create_oneofdef(ctx, m, oneofs[i]));