Home
last modified time | relevance | path

Searched refs:n_oneof (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c1784 size_t i, n_oneof, n_field, n; in create_msgdef() local
1794 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n_oneof); in create_msgdef()
1798 CHK_OOM(upb_strtable_init2(&m->ntof, UPB_CTYPE_CONSTPTR, n_oneof + n_field, in create_msgdef()
1820 m->oneofs = symtab_alloc(ctx, sizeof(*m->oneofs) * n_oneof); in create_msgdef()
1821 for (i = 0; i < n_oneof; i++) { in create_msgdef()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c7739 size_t i, n_oneof, n_field, n_ext_range; in create_msgdef() local
7751 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n_oneof); in create_msgdef()
7757 CHK_OOM(upb_strtable_init(&m->ntof, n_oneof + n_field, ctx->arena)); in create_msgdef()
7772 m->oneof_count = n_oneof; in create_msgdef()
7773 m->oneofs = symtab_alloc(ctx, sizeof(*m->oneofs) * n_oneof); in create_msgdef()
7774 for (i = 0; i < n_oneof; i++) { in create_msgdef()
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c7739 size_t i, n_oneof, n_field, n_ext_range; in create_msgdef() local
7751 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n_oneof); in create_msgdef()
7757 CHK_OOM(upb_strtable_init(&m->ntof, n_oneof + n_field, ctx->arena)); in create_msgdef()
7772 m->oneof_count = n_oneof; in create_msgdef()
7773 m->oneofs = symtab_alloc(ctx, sizeof(*m->oneofs) * n_oneof); in create_msgdef()
7774 for (i = 0; i < n_oneof; i++) { in create_msgdef()
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c8029 size_t i, n_oneof, n_field, n_ext_range; in create_msgdef() local
8041 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n_oneof); in create_msgdef()
8047 CHK_OOM(upb_strtable_init(&m->ntof, n_oneof + n_field, ctx->arena)); in create_msgdef()
8062 m->oneof_count = n_oneof; in create_msgdef()
8063 m->oneofs = symtab_alloc(ctx, sizeof(*m->oneofs) * n_oneof); in create_msgdef()
8064 for (i = 0; i < n_oneof; i++) { in create_msgdef()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c8029 size_t i, n_oneof, n_field, n_ext_range; in create_msgdef() local
8041 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n_oneof); in create_msgdef()
8047 CHK_OOM(upb_strtable_init(&m->ntof, n_oneof + n_field, ctx->arena)); in create_msgdef()
8062 m->oneof_count = n_oneof; in create_msgdef()
8063 m->oneofs = symtab_alloc(ctx, sizeof(*m->oneofs) * n_oneof); in create_msgdef()
8064 for (i = 0; i < n_oneof; i++) { in create_msgdef()