Lines Matching defs:msgs
3513 const upb_msgdef *msgs;
5057 const google_protobuf_DescriptorProto *const *msgs;
5064 m = (upb_msgdef*)&ctx->file->msgs[ctx->file->msg_count++];
5114 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n);
5116 CHK(create_msgdef(ctx, m->full_name, msgs[i]));
5130 const google_protobuf_DescriptorProto *const *msgs;
5135 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n);
5137 count_types_in_msg(msgs[i], counts);
5150 const google_protobuf_DescriptorProto *const *msgs;
5153 msgs = google_protobuf_FileDescriptorProto_message_type(file_proto, &n);
5155 count_types_in_msg(msgs[i], counts);
5239 const google_protobuf_DescriptorProto *const *msgs;
5248 file->msgs = upb_malloc(alloc, sizeof(*file->msgs) * counts.msg_count);
5252 CHK_OOM(counts.msg_count == 0 || file->msgs);
5331 msgs = google_protobuf_FileDescriptorProto_message_type(file_proto, &n);
5333 CHK(create_msgdef(ctx, file->package, msgs[i]));
5356 const upb_msgdef *m = &file->msgs[i];
5365 const upb_msgdef *m = &file->msgs[i];
5430 return i < 0 || i >= f->msg_count ? NULL : &f->msgs[i];