Searched refs:n_field (Results 1 – 1 of 1) sorted by relevance
1784 size_t i, n_oneof, n_field, n; in create_msgdef() local1795 fields = google_protobuf_DescriptorProto_field(msg_proto, &n_field); in create_msgdef()1798 CHK_OOM(upb_strtable_init2(&m->ntof, UPB_CTYPE_CONSTPTR, n_oneof + n_field, in create_msgdef()1826 m->fields = symtab_alloc(ctx, sizeof(*m->fields) * n_field); in create_msgdef()1827 for (i = 0; i < n_field; i++) { in create_msgdef()