Lines Matching defs:msgs
3068 const upb_msgdef *msgs;
4586 const google_protobuf_DescriptorProto *const *msgs;
4593 m = (upb_msgdef*)&ctx->file->msgs[ctx->file->msg_count++];
4643 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n);
4645 CHK(create_msgdef(ctx, m->full_name, msgs[i]));
4659 const google_protobuf_DescriptorProto *const *msgs;
4664 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n);
4666 count_types_in_msg(msgs[i], counts);
4679 const google_protobuf_DescriptorProto *const *msgs;
4682 msgs = google_protobuf_FileDescriptorProto_message_type(file_proto, &n);
4684 count_types_in_msg(msgs[i], counts);
4768 const google_protobuf_DescriptorProto *const *msgs;
4777 file->msgs = upb_malloc(alloc, sizeof(*file->msgs) * counts.msg_count);
4781 CHK_OOM(counts.msg_count == 0 || file->msgs);
4860 msgs = google_protobuf_FileDescriptorProto_message_type(file_proto, &n);
4862 CHK(create_msgdef(ctx, file->package, msgs[i]));
4885 const upb_msgdef *m = &file->msgs[i];
4894 const upb_msgdef *m = &file->msgs[i];
4960 return i < 0 || i >= f->msg_count ? NULL : &f->msgs[i];
6806 /* (Re-)compile bytecode for all messages in "msgs."