Home
last modified time | relevance | path

Searched refs:msg_proto (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c1462 self->msg_proto = google_protobuf_FileDescriptorProto_add_message_type( in MessageBuilderContext_initialize()
1466 self->msg_proto, FileBuilderContext_strdup(_file_builder, name)); in MessageBuilderContext_initialize()
1481 field_proto = google_protobuf_DescriptorProto_add_field(self->msg_proto, in msgdef_add_field()
1538 message_builder->msg_proto, file_context->arena); in make_mapentry()
1730 msg_name = google_protobuf_DescriptorProto_name(self->msg_proto); in MessageBuilderContext_map()
1779 google_protobuf_DescriptorProto_oneof_decl(self->msg_proto, &oneof_count); in MessageBuilderContext_oneof()
1783 self->msg_proto, file_context->arena); in MessageBuilderContext_oneof()
1804 google_protobuf_DescriptorProto_mutable_field(self->msg_proto, &field_count); in MessageBuilderContext_add_synthetic_oneofs()
1806 google_protobuf_DescriptorProto_oneof_decl(self->msg_proto, &oneof_count); in MessageBuilderContext_add_synthetic_oneofs()
1842 self->msg_proto, file_contex in MessageBuilderContext_add_synthetic_oneofs()
[all...]
H A Dprotobuf.h150 google_protobuf_DescriptorProto* msg_proto; member
H A Dupb.c4580 const google_protobuf_DescriptorProto *msg_proto) { in create_msgdef()
4590 name = google_protobuf_DescriptorProto_name(msg_proto); in create_msgdef()
4603 options = google_protobuf_DescriptorProto_options(msg_proto); in create_msgdef()
4617 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n); in create_msgdef()
4624 fields = google_protobuf_DescriptorProto_field(msg_proto, &n); in create_msgdef()
4638 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef()
4643 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in create_msgdef()
4657 static void count_types_in_msg(const google_protobuf_DescriptorProto *msg_proto, in count_types_in_msg() argument
4664 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in count_types_in_msg()
4669 google_protobuf_DescriptorProto_enum_type(msg_proto, in count_types_in_msg()
4579 create_msgdef(symtab_addctx *ctx, const char *prefix, const google_protobuf_DescriptorProto *msg_proto) create_msgdef() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c5051 const google_protobuf_DescriptorProto *msg_proto) { in create_msgdef()
5061 name = google_protobuf_DescriptorProto_name(msg_proto); in create_msgdef()
5074 options = google_protobuf_DescriptorProto_options(msg_proto); in create_msgdef()
5088 oneofs = google_protobuf_DescriptorProto_oneof_decl(msg_proto, &n); in create_msgdef()
5095 fields = google_protobuf_DescriptorProto_field(msg_proto, &n); in create_msgdef()
5109 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef()
5114 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in create_msgdef()
5128 static void count_types_in_msg(const google_protobuf_DescriptorProto *msg_proto, in count_types_in_msg() argument
5135 msgs = google_protobuf_DescriptorProto_nested_type(msg_proto, &n); in count_types_in_msg()
5140 google_protobuf_DescriptorProto_enum_type(msg_proto, in count_types_in_msg()
5050 create_msgdef(symtab_addctx *ctx, const char *prefix, const google_protobuf_DescriptorProto *msg_proto) create_msgdef() argument
[all...]

Completed in 28 milliseconds